Click here to Skip to main content
15,901,505 members
Articles / Internet of Things

htcw_json: A tiny streaming JSON parser

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
31 Mar 2024MIT5 min read 2.8K   42   5  
Stream JSON efficiently on little devices with minimal flash and memory usage
htcw_json is a pull parser for reading JSON using very little memory. It has a small flash footprint, cross platform capability, and can parse JSON of virtually any size. It does minimal validation, since most often JSON is machine generated anyway.

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