All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.tnakamot.jscdg.json.value.package-info Maven / Gradle / Ivy

There is a newer version: 0.2.1
Show newest version
/**
 * This package provides classes to represent JSON values in Java based on
 * RFC 8259.
 * All value types (object, array, number, string, boolean and null)
 * are supported.
 *
 * 

* The key class is {@link com.github.tnakamot.jscdg.json.value.JSONValue}. This * is a root class of other classes that represent various types of JSON * values. * * TODO: explain a bit more once the implementation is completed * * @see RFC 8259 */ package com.github.tnakamot.jscdg.json.value;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy