nanojson/README.md
2022-01-02 12:31:39 +01:00

324 B

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