Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

ultramcu/micro-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micro-json — moved

This repository has moved.

micro-json is now the ujson module of c-ulib, a small umbrella of C99 libraries for MCU / embedded use.

New home

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).

If you're already using this repo

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.

License

MITSPDX-License-Identifier: MIT. (Unchanged.)

About

Tiny byte-fed JSON parser for small MCUs. Single-file C99, no heap, no globals. Parses flat string-only key/value objects from a byte stream.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages