Click here to Skip to main content
15,881,715 members
Articles / Internet of Things / Raspberry-Pi

Diet JSON and a Coke: An Exploration of Incredibly Efficient JSON Processing

Rate me:
Please Sign up or sign in to vote.
4.73/5 (8 votes)
22 Dec 2020MIT54 min read 7K   89   11  
Highly efficient access to JSON data sources and selective bulk loading JSON on any platform using a new JSON paradigm
JSON (C++) is a streaming JSON processor that introduces a navigation and extraction paradigm to efficiently search and pick data out of JSON documents of virtually any size, even on tiny machines with 8-bit processors and kilobytes of RAM.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions