DOC

com.infomaximum : json-smart

Maven & Gradle

Oct 26, 2022
143 stars

JSON Small and Fast Parser · JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

Table Of Contents

Latest Version

Download com.infomaximum : json-smart Javadoc & API Documentation - Latest Versions:

All Versions

Download com.infomaximum : json-smart Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.4.x

How to open Javadoc JAR file in web browser

  1. Rename the file json-smart-2.4.8-javadoc.jar to json-smart-2.4.8-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder json-smart-2.4.8-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "json-smart-2.4.8-sources.jar" -d "json-smart-2.4.8-javadoc" -subpackages