This is a fork of nanojson for use by NewPipe(Extractor). It has the following changes:
- It returns an empty
JsonObject
orJsonArray
by default instead ofnull
, preventingNullPointerException
s. - It accepts JS-like JSON, such as
{ this: 'is', an: 'example' }
.