/json

Simple java library to parse and write json

Primary LanguageJavaMIT LicenseMIT

Non-recursive JSON parsing library

Features

  • Can parse extremely deep structures
  • Can parse long numbers

Install

maven {
    url 'https://maven.pkg.github.com/ram042/json'
}

dependencies {
    compile 'com.github.ram042:json:5.0'
}