home.social

#jsmn — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #jsmn, aggregated by home.social.

  1. Gardeners' World/Jonathan Strange & Mr Norrell: Thistledown by Anonymous #JSMN #fic #rec fancake.dreamwidth.org/2164840

  2. is a very simple .

    sxml is a lightweight and fast XML parser written in inspired by . sxml, like jsmn, doesn't interpret values but rather determines the type and boundary of elements. sxml's very simple nature allows for it to be used in low memory, low CPU environments, or where fast performance is required without using special techniques.

    Website 🔗️: github.com/capmar/sxml

  3. is a simple and fast parser.

    jsmn is a dependency-less JSON parser written in that parses JSON data incrementally in a single pass. jsmn doesn't interpret data in any way, rather it just defines the type and boundaries for data. jsmn's low memory and CPU requirements allows for it to be used in resource constrained environments like .

    Website 🔗️: github.com/zserge/jsmn