Ram042 / json

Simple java library to parse and write json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple java library to parse and write json

License:MIT License


Languages

Language:Java 100.0%