Home
Pages 122
-
Loading1_2_60_incompatible
-
Loadingandroid_first_codec_optimize
-
LoadingAndroid版本
-
LoadingASMDeserializerFactory设计
-
Loadingawards_cn
-
LoadingBased_On_Fields_cn
-
LoadingBeanToArray_cn
-
LoadingBeanToArray_en
-
LoadingBenchmark_1_2_11
-
LoadingBenchmark_1_2_11_x
-
LoadingBuilderSupport
-
LoadingBuiltInSuppotType
-
LoadingClass_Level_SerializeFilter
-
LoadingCompare_JSON_API
-
LoadingContextValueFilter
-
LoadingCustomMapDeserializer
-
Loadingenable_autotype
-
Loadingenum_custom_serialization
-
LoadingExtraProcessable
-
LoadingFAQ(English Version)
-
LoadingFastJson 文档链接
-
Loadingfastjson_safemode
-
LoadingFastJsonHttpMessageConverter_CN
-
LoadingFastJsonHttpMessageConverter_EN
-
LoadingFastJsonJsonView_CN
-
LoadingFastJsonJsonView_EN
-
LoadingFastJsonProvider_CN
-
LoadingFastJsonProvider_EN
-
LoadingFeature_SupportNonPublicField_cn
-
LoadingFieldBased_cn
-
LoadingFieldTypeResolver
-
Loadinggeojson_cn
-
Loadingincompatible_change_list
-
LoadingIntegrate Fastjson in JAXRS
-
LoadingJavaBean名字兼容问题
-
LoadingJSON_API_cn
-
Loadingjson_lib_select
-
LoadingJSON_parseObject_InputStream_cn
-
LoadingJSON_toJSONString_cn
-
LoadingJSON_writeJSONString_cn
-
LoadingJSONField
-
LoadingJSONField_alternateNames_cn
-
LoadingJSONField_format_gzip
-
LoadingJSONField_jsonDirect_cn
-
LoadingJSONField_unwrapped
-
LoadingJSONField_unwrapped_cn
-
LoadingJSONPatch
-
LoadingJSONPath
-
LoadingJSONPath_Extract
-
LoadingJSONType_alphabetic_cn
-
LoadingJSONType_seeAlso_cn
-
LoadingJSONType_serializer
-
LoadingJSONType_typeKey_cn
-
LoadingJSONValidator
-
Loadingkotlin_support_cn
-
LoadingLabelFilter
-
LoadingMixInAnnotations_cn
-
LoadingMixInAnnotations_en
-
LoadingObjectDeserializer_cn
-
LoadingObjectSerializer_cn
-
LoadingParseProcess
-
LoadingParseToExistingObject
-
LoadingParseToExistingObject_CN
-
LoadingPropertyNamingStrategy_cn
-
LoadingPropertyProcessable_cn
-
LoadingQuick Start CN
-
LoadingRelease Notes(1.1.22)
-
LoadingRelease Notes(1.1.42)
-
LoadingRelease Notes(1.1.45)
-
LoadingRelease Notes(1.1.46)
-
LoadingRelease Notes(1.2.0)
-
LoadingRelease Notes(1.2.1)
-
LoadingRelease Notes(1.2.2)
-
LoadingRelease Notes(1.2.3)
-
LoadingRetrofit2Support
-
LoadingReuseObject_cn
-
LoadingSamples
-
LoadingSamples DataBind
-
LoadingSamples PropertyFilter
-
Loadingsecurity_update_20170315
-
Loadingsecurity_update_20200601
-
LoadingSerializeFilter
-
LoadingSerializerFeature_cn
-
LoadingSerializerFeature_FAQ_CN
-
LoadingSpring_websocket_support_cn
-
LoadingStream api
-
LoadingTutorial_cn
-
LoadingType
-
LoadingTypeReference
-
LoadingUnQuoteFieldNames_cn
-
Loadingupdate_faq_20190722
-
LoadingUse Fastjson in Kotlin
-
LoadingUserGuid
-
LoadingWriteAs_CN
-
LoadingWriteEnumUsingOrdinal_cn
-
LoadingWriteNull_cn
-
Loading使用SimplePropertyPreFilter过滤属性
-
Loading使用指南
-
Loading各种JSON库的比较
-
Loading在 Spring 中集成 Fastjson
-
Loading处理超大JSON文本
-
Loading如何捐赠
-
Loading定制序列化
-
Loading常见问题
-
Loading循环引用
-
Loading泛型嵌套无法解析
-
Loading首页
Clone this wiki locally
English | 中文
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
- Provide best performance in server side and android client.
- Provide simple toJSONString() and parseObject() methods to convert Java objects to JSON and vice-versa.
- Allow pre-existing unmodifiable objects to be converted to and from JSON.
- Extensive support of Java Generics.
- Allow custom representations for objects.
- Support arbitrarily complex objects (with deep inheritance hierarchies and extensive use of generic types).
Frequently Asked Questions
https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98
Download
android developer plz see Here
or via Maven:
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>VERSION_CODE</version>
</dependency>or via Gradle:
compile 'com.alibaba:fastjson:VERSION_CODE'replace VERSION_CODE with real version name such as 1.2.71 released in Here or Here or Here.
Getting started
Samples : https://github.com/alibaba/fastjson/wiki/Samples-DataBind
Integrate Fastjson in Spring
https://github.com/alibaba/fastjson/wiki/%E5%9C%A8-Spring-%E4%B8%AD%E9%9B%86%E6%88%90-Fastjson
Integrate Fastjson in JAX-RS
https://github.com/alibaba/fastjson/wiki/Integrate-Fastjson-in-JAXRS
Use Fastjson in Kotlin
https://github.com/alibaba/fastjson/wiki/Use-Fastjson-in-Kotlin
Best Practice for JSON/Fastjson
如有需要修改本注脚,请联系阿里巴巴,
© Alibaba Fastjson Develop Team
注明: 版权所有阿里巴巴,请注明版权所有者
If you need to amend this footnote, please contact Alibaba.
© Alibaba Fastjson Develop Team
Note: Copyright Alibaba, please indicate the copyright owner