Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 324 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 324 Bytes

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' }.