|
|
|
|
|
by janmo
958 days ago
|
|
I wrote a small JSON parser in C myself which I called jsoncut.
It just cuts out a certain part of a json file. I deal with large JSON files, but want only to extract and parse certain parts of it. All libraries I tried parse everything, use a lot of RAM and are slow. Link here, if interested to have a look:
https://github.com/rgex/jsoncut |
|