mirror of
https://github.com/rafagafe/tiny-json.git
synced 2024-11-17 03:35:29 +00:00
6 lines
205 B
Markdown
6 lines
205 B
Markdown
# tiny-json
|
|
tiny-json is a versatile and easy to use json parser suitable for IoT.
|
|
It does not use recursivity.
|
|
It does not use dynamic memory.
|
|
It has not limits in nested level in arrays or json objects.
|