-At least as fast or faster than JSON.org, At least as fast or faster as GSON JSONParser, focused on bigger input and outputs
-Small (an under 20 kbyte addition)
-Single .java file with no extra dependencies
-Usable in most Java environments
-Unambigious serialization to JSON and back into LaJSON objects. (input for numbers should match output, even for cases where it will not be so for json.org.
-No additional dependencies to other libraries
-Obfuscation friendly (no need to configure proguard etc)
-Practicality
see manual.
With larger inputs, faster than either json or gson.
Add the .jar library into your project. Alternatively you can simply just add the .java into your project(it's a single file, which is part of the project goals, 1 java file - WITH NO EXTRA DEPENDENCIES)
So just drop https://github.com/lassikin/LassiJSON/blob/master/sources/LaJSONLibrary/src/lassik/LaJSON/LaJSON.java this file into your project and you're good to go.
Maven and Gradle packages coming in the future
*note: renamed from LaJSON to LassiJSON as there is a python library named LaJSON already and every other single two letters+JSON name seems taken already as well