cookjson

Parsers / generators for javax.json

License

License

Categories

Categories

JSON Data
GroupId

GroupId

org.yuanheng.cookjson
ArtifactId

ArtifactId

cookjson-parent
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

cookjson
Parsers / generators for javax.json
Project URL

Project URL

http://cookjson.yuanheng.org
Source Code Management

Source Code Management

https://github.com/coconut2015/cookjson

Download cookjson-parent

How to add to project

<!-- https://jarcasting.com/artifacts/org.yuanheng.cookjson/cookjson-parent/ -->
<dependency>
    <groupId>org.yuanheng.cookjson</groupId>
    <artifactId>cookjson-parent</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.yuanheng.cookjson/cookjson-parent/
implementation 'org.yuanheng.cookjson:cookjson-parent:1.0.2'
// https://jarcasting.com/artifacts/org.yuanheng.cookjson/cookjson-parent/
implementation ("org.yuanheng.cookjson:cookjson-parent:1.0.2")
'org.yuanheng.cookjson:cookjson-parent:pom:1.0.2'
<dependency org="org.yuanheng.cookjson" name="cookjson-parent" rev="1.0.2">
  <artifact name="cookjson-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.yuanheng.cookjson', module='cookjson-parent', version='1.0.2')
)
libraryDependencies += "org.yuanheng.cookjson" % "cookjson-parent" % "1.0.2"
[org.yuanheng.cookjson/cookjson-parent "1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • cookjson-core
  • cookjson-jsonpath
  • cookjson-utils
  • cookjson-benchmark

CookJson Build Status codecov Javadocs Apache License, Version 2.0

CookJson contains JSON and BSON parsers and generators for JSON API for Java (JSR 353). There is also a JsonProvider for Jayway JsonPath.

Website: http://cookjson.yuanheng.org

v1.0.2 is the same v1.0.1. There was some issues with 1.0.1 on Maven.

Maven

cookjson-core

<dependency>
    <groupId>org.yuanheng.cookjson</groupId>
    <artifactId>cookjson-core</artifactId>
    <version>1.0.2</version>
</dependency>

cookjson-jsonpath

<dependency>
    <groupId>org.yuanheng.cookjson</groupId>
    <artifactId>cookjson-jsonpath</artifactId>
    <version>1.0.2</version>
</dependency>

Versions

Version
1.0.2