jar

io.github.subhendushekhar.cjson : cjson

Maven & Gradle

Aug 06, 2023
3 stars

io.github.subhendushekhar.cjson:cjson · CJSON is a data file format(inspired from JSON), but supports logical expressions too. Having extended language support to NodeJS, Python and Java, users has experienced data reusability. For features and examples, please refer to this documentation as base document.

Table Of Contents

Latest Version

Download io.github.subhendushekhar.cjson : cjson JAR file - Latest Versions:

All Versions

Download io.github.subhendushekhar.cjson : cjson JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.3.x
1.2.x
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cjson-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.codedjson.types

├─ com.codedjson.types.ParsedValue.class - [JAR]

com.codedjson

├─ com.codedjson.CJson.class - [JAR]

├─ com.codedjson.Json.class - [JAR]

com.codedjson.exceptions

├─ com.codedjson.exceptions.AbsolutePathConstraintError.class - [JAR]

├─ com.codedjson.exceptions.IllegalJsonType.class - [JAR]

├─ com.codedjson.exceptions.IllegalValueType.class - [JAR]

├─ com.codedjson.exceptions.JsonArrayRemoveException.class - [JAR]

├─ com.codedjson.exceptions.NullJsonKeys.class - [JAR]

├─ com.codedjson.exceptions.UndeserializedCJSON.class - [JAR]

com.codedjson.utils

├─ com.codedjson.utils.Base.class - [JAR]

├─ com.codedjson.utils.Checks.class - [JAR]

├─ com.codedjson.utils.Decode.class - [JAR]

├─ com.codedjson.utils.Is.class - [JAR]

├─ com.codedjson.utils.Keywords.class - [JAR]

├─ com.codedjson.utils.RelativeJPath.class - [JAR]