Skip to content

ko-bae/exercise2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

bin2json

This simple C program converts a binary encoded JSON file into textual JSON.

Build

To build simply run:

make

…to test the built executable you can use the following:

make test

Example

The 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

About

exercise 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors