License |
License
New BSD (3-clause)
|
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.supersoftcafe.json |
ArtifactId | ArtifactIdjson-stream-core |
Version | Version0.2 |
Type | Typejar |
Description |
DescriptionJSON 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
json-stream-core-0.2.pom | |
json-stream-core-0.2.jar | 39 KB |
json-stream-core-0.2-sources.jar | 18 KB |
json-stream-core-0.2-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.supersoftcafe.json/json-stream-core/ -->
<dependency>
<groupId>com.supersoftcafe.json</groupId>
<artifactId>json-stream-core</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.supersoftcafe.json/json-stream-core/
implementation 'com.supersoftcafe.json:json-stream-core:0.2'
// https://jarcasting.com/artifacts/com.supersoftcafe.json/json-stream-core/
implementation ("com.supersoftcafe.json:json-stream-core:0.2")
'com.supersoftcafe.json:json-stream-core:jar:0.2'
<dependency org="com.supersoftcafe.json" name="json-stream-core" rev="0.2">
<artifact name="json-stream-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.supersoftcafe.json', module='json-stream-core', version='0.2')
)
libraryDependencies += "com.supersoftcafe.json" % "json-stream-core" % "0.2"
[com.supersoftcafe.json/json-stream-core "0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.6.2 |
com.fasterxml.jackson.core : jackson-core | jar | 2.6.2 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.6.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |