A tiny, compliant JSON parser and writer for Java
Go to file
2022-01-02 12:31:39 +01:00
.github Upgrade to GitHub-native Dependabot 2021-04-29 20:28:15 +00:00
docs Correctly benchmark w/ and w/o lazy numbers 2013-05-31 19:01:28 -06:00
src Fix issue for semi-strings as well 2022-01-02 12:31:39 +01:00
.checkstyle Fix for all the checkstyle issues so we can run checkstyle inside of eclipse 2014-05-27 23:05:45 -06:00
.gitignore Add *.iml (IntelliJ idea) workspace file to .gitignore. 2020-12-21 16:27:37 +01:00
.travis.yml Improve Travis CI build Performance 2021-08-18 17:18:07 +08:00
checkstyle-suppressions.xml New JsonReader (#10) 2019-02-28 19:49:14 -07:00
checkstyle.xml Fix Checkstyle errors 2022-01-02 12:31:13 +01:00
pom.xml Merge pull request #52 from mmastrac/dependabot/maven/junit-junit-4.13.2 2021-06-12 17:17:27 -06:00
README.md Update README.md 2022-01-02 12:31:39 +01:00

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