Jar examples for j:json-stream-core
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.
You can download jar file json-stream-core 3.0.2 in this page.
New BSD (3-clause)
You can use the following script to add json-stream-core-3.0.2.jar to your project.
<dependency> <groupId>com.thoughtworks.microbuilder</groupId> <artifactId>json-stream-core</artifactId> <version>3.0.2</version> </dependency>
compile group: 'com.thoughtworks.microbuilder', name: 'json-stream-core', version: '3.0.2'
libraryDependencies += "com.thoughtworks.microbuilder" % "json-stream-core" % "3.0.2"
<dependency org="com.thoughtworks.microbuilder" name="json-stream-core" rev="3.0.2"/>
@Grapes(@Grab(group='com.thoughtworks.microbuilder', module='json-stream-core', version='3.0.2'))
'com.thoughtworks.microbuilder:json-stream-core:jar:3.0.2'
Click the following link to download the jar file.
json-stream-core-3.0.2-haxe-as3.jar