tree: 83c00b007e8dc7ac452ae49bf1964f435c237d33 [path history] [tgz]
  1. .gitignore
  2. cjson_generated_bindings.dart
  3. config.yaml
  4. example.json
  5. main.dart
  6. pubspec.yaml
  7. README.md
example/c_json/README.md

cJson example

Demonstrates generation of bindings for a C library called cJson and then using these bindings to parse some json.

Building the cJson dynamic library

From the root of this repository -

cd third_party/cjson_library
cmake .
make

Generating bindings

At the root of this example (example/c_json), run -

dart run ffigen --config config.yaml

This will generate bindings in a file: cjson_generated_bindings.dart

Running the example

dart main.dart