Download json-stream-core-3.0.2.jar file - Jar j

Jar examples for j:json-stream-core

Description

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.

License

New BSD (3-clause)

Build File

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'

Download

Click the following link to download the jar file.

json-stream-core-3.0.2-haxe-as3.jar
json-stream-core-3.0.2-haxe-cpp.jar
json-stream-core-3.0.2-haxe-csharp.jar
json-stream-core-3.0.2-haxe-flash.jar
json-stream-core-3.0.2-haxe-java.jar
json-stream-core-3.0.2-haxe-js.jar
json-stream-core-3.0.2-haxe-neko.jar
json-stream-core-3.0.2-haxe-php.jar
json-stream-core-3.0.2-haxe-python.jar
json-stream-core-3.0.2-javadoc.jar
json-stream-core-3.0.2-sources.jar
json-stream-core-3.0.2.jar
json-stream-core-3.0.2.pom



Related Tutorials