Skip to content

tnakamot/json-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java JSON Parser

Build Status GitHub Maven Central

This is a Java library to parse JSON text into Java objects. This library is compatible with RFC 8259.

The feature of this library is that it keeps the original JSON text information in the Java objects. Therefore, for example, your application can show where exactly (line number & column number) the JSON text has a problem if there is a semantic error.

Documents

Visit this website.