This repository has moved.
micro-jsonis now theujsonmodule ofc-ulib, a small umbrella of C99 libraries for MCU / embedded use.
- Module: https://github.com/ultramcu/c-ulib/tree/main/ujson
- Header / source:
ujson.h/ujson.c - API and usage: see the ujson README
The code is identical — same byte-fed state machine, same int + string
value support, same lookup helpers (ujson_find / ujson_get_str /
ujson_get_int / ujson_value_eq).
The last release as a stand-alone repository remains tagged at
v0.3.0.
Code that pins that exact tag will keep working — the tag is
preserved.
For new projects, prefer the c-ulib location.
MIT — SPDX-License-Identifier: MIT. (Unchanged.)