com.github.tnakamot.jscdg.json.parser.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-parser Show documentation
Show all versions of json-parser Show documentation
An implementation of Java JSON Parser
/**
* This package provides classes to parse JSON text based
* on RFC 8259.
*
*
* TODO: explain a bit more about lexer and parser.
*
* @see RFC 8259
*/
package com.github.tnakamot.jscdg.json.parser;