json-c library

    Running tests

    1. # in examples/json-c/repo:
    2. # Replace the C libjson-c.so with a symlink to the Rust one.
    3. rm .libs/libjson-c.so.4.0.0
    4. make check

    If you modify the C files, make check will try to rebuild some stuff and thenwill break because of the object files that translate.py deleted. If thishappens, run , then repeat the "running tests" steps fromthe top.