Jsan is a simple, single-header JSON parser for C/C++.
- Copy-Paste the
jsan.h
file into your project's source directory. - Define the implementation in at least one translation unit using
#define JSAN_IMPL
just before thejsan.h
is included. - Include and use it with
#include "jsan.h"
.
#define JSAN_IMPL
#include "jsan.h"