DOC

io.github.dasilvafg : jjson

Maven & Gradle

Feb 12, 2024

JJSON · This project is a clone of the JSON-java project with one modification. The JSONObject class is altered to instantiate a LinkedHashMap instead of a HashMap, to preserve the order of insertion for the attributes.

Table Of Contents

Latest Version

Download io.github.dasilvafg : jjson Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.dasilvafg : jjson Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
20240205

How to open Javadoc JAR file in web browser

  1. Rename the file jjson-20240205-javadoc.jar to jjson-20240205-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jjson-20240205-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 "jjson-20240205-sources.jar" -d "jjson-20240205-javadoc" -subpackages