How to use - Zguy/Jzon GitHub Wiki

How to integrate Jzon in your project

Introduction

There are two ways to integrate Jzon in your project.

Solution 1

You can just copy Jzon.h and Jzon.cpp directly into your project folder. This is the easiest and recommended way.

Solution 2

You can build a static or dynamic library, but I'm not going to go into any detail on how it's done.