TeamNewPipe / nanojson

A tiny, compliant JSON parser and writer for Java

Home Page:https://github.com/mmastrac/nanojson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nanojson

This is a fork of nanojson for use by NewPipe(Extractor). It has the following changes:

  • It returns an empty JsonObject or JsonArray by default instead of null, preventing NullPointerExceptions.
  • It accepts JS-like JSON, such as { this: 'is', an: 'example' }.

About

A tiny, compliant JSON parser and writer for Java

https://github.com/mmastrac/nanojson


Languages

Language:Java 100.0%