This simple C program converts a binary encoded JSON file into textual JSON.
To build simply run:
make…to test the built executable you can use the following:
make testThe example directory contains a binary encoded JSON file containing movie data from the 2010's.
You can use bin2json to convert it into normal JSON using the following command:
bin2json movies.bin > movies.json