Files
llgo/x/cjson/README.md
2024-05-14 11:49:37 +08:00

1.0 KiB

LLGo wrapper of DaveGamble/cJSON

Build Status GitHub release GoDoc Compiler Language

How to install

mkdir build.dir
cd build.dir
cmake ../cJSON
make install

Demos

The _demo directory contains our demos (it start with _ to prevent the go command from compiling it):

  • mkjson: create a json object and print it

How to run demos

To run the demos in directory _demo:

cd <demo-directory>  # eg. cd _demo/mkjson
llgo run .