A modern JSON library for Kotlin and Java.
Find a file
Jesse Wilson 083d451e5c Make JsonReader and JsonWriter our own.
Drop proprietary Gson features (non-execute prefix, HTML safe chars).
Don't serialize nulls by default.
Add a String constructor to JsonReader.
Begin to migrate JsonReader to using Okio's buffer.
2014-08-10 00:13:05 -04:00
moshi Make JsonReader and JsonWriter our own. 2014-08-10 00:13:05 -04:00
.gitignore Basic project structure. 2014-08-09 12:19:29 -04:00
CHANGELOG.md Basic project structure. 2014-08-09 12:19:29 -04:00
checkstyle.xml Basic project structure. 2014-08-09 12:19:29 -04:00
CONTRIBUTING.md Basic project structure. 2014-08-09 12:19:29 -04:00
deploy_javadoc.sh Basic project structure. 2014-08-09 12:19:29 -04:00
LICENSE.txt Basic project structure. 2014-08-09 12:19:29 -04:00
pom.xml Basic project structure. 2014-08-09 12:19:29 -04:00
README.md Basic project structure. 2014-08-09 12:19:29 -04:00

Moshi

A modern JSON library for Android and Java.