jar

com.supersoftcafe.json : json-stream-core

Maven & Gradle

Apr 12, 2016
1 stars

JSON Stream · A library for streaming through JSON and having events fired based on JsonPath matches. The key here is that it doesn't realise the whole object in heap so allowing you to process very large documents quickly and easily.

Table Of Contents

Latest Version

Download com.supersoftcafe.json : json-stream-core JAR file - Latest Versions:

All Versions

Download com.supersoftcafe.json : json-stream-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2
0.1

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 json-stream-core-0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.supersoftcafe.json_stream

├─ com.supersoftcafe.json_stream.IOUtils.class - [JAR]

├─ com.supersoftcafe.json_stream.Parser.class - [JAR]

├─ com.supersoftcafe.json_stream.Parsers.class - [JAR]

├─ com.supersoftcafe.json_stream.Path.class - [JAR]

├─ com.supersoftcafe.json_stream.TypeRef.class - [JAR]

com.supersoftcafe.json_stream.impl

├─ com.supersoftcafe.json_stream.impl.ElementMatcher.class - [JAR]

├─ com.supersoftcafe.json_stream.impl.InternalIterator.class - [JAR]

├─ com.supersoftcafe.json_stream.impl.InternalParser.class - [JAR]

├─ com.supersoftcafe.json_stream.impl.JsonPathFormatException.class - [JAR]

├─ com.supersoftcafe.json_stream.impl.MatchRule.class - [JAR]

├─ com.supersoftcafe.json_stream.impl.ParserImpl.class - [JAR]

├─ com.supersoftcafe.json_stream.impl.PathImpl.class - [JAR]

├─ com.supersoftcafe.json_stream.impl.Rule.class - [JAR]

├─ com.supersoftcafe.json_stream.impl.RuleAnyArrayIndex.class - [JAR]

├─ com.supersoftcafe.json_stream.impl.RuleAnyAttributeName.class - [JAR]

├─ com.supersoftcafe.json_stream.impl.RuleArrayIndex.class - [JAR]

├─ com.supersoftcafe.json_stream.impl.RuleArrayRange.class - [JAR]

├─ com.supersoftcafe.json_stream.impl.RuleAttributeName.class - [JAR]

├─ com.supersoftcafe.json_stream.impl.RuleDescent.class - [JAR]

├─ com.supersoftcafe.json_stream.impl.TypeCache.class - [JAR]