alibaba/fastjson

Name: fastjson

Owner: Alibaba

Description: :bullettrain_side: A fast JSON parser/generator for Java

Created: 2011-11-03 06:58:52.0

Updated: 2018-01-17 14:35:14.0

Pushed: 2018-01-16 02:53:46.0

Homepage: https://github.com/alibaba/fastjson/wiki

Size: 11606

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

fastjson

Build Status Codecov Maven Central GitHub release License

Fastjson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Fastjson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of.

Fastjson Goals

fastjson

Documentation
Benchmark

https://github.com/eishay/jvm-serializers/wiki

Download
Maven
endency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.44</version>
pendency>
ml
endency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.1.67.android</version>
pendency>
Gradle via JCenter
ile 'com.alibaba:fastjson:1.2.44'
groovy
ile 'com.alibaba:fastjson:1.1.67.android'

Please see this Wiki Download Page for more repository infos.

License

Fastjson is released under the Apache 2.0 license.

right 1999-2017 Alibaba Group Holding Ltd.

nsed under the Apache License, Version 2.0 (the "License");
may not use this file except in compliance with the License.
may obtain a copy of the License at following link.

 http://www.apache.org/licenses/LICENSE-2.0

ss required by applicable law or agreed to in writing, software
ributed under the License is distributed on an "AS IS" BASIS,
OUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
the License for the specific language governing permissions and
tations under the License.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.