fastjson
1.0.0
Fastjson は、Java オブジェクトを JSON 表現に変換するために使用できる Java ライブラリです。 JSON 文字列を同等の Java オブジェクトに変換するために使用することもできます。 Fastjson は、ソースコードを持たない既存のオブジェクトを含む任意の Java オブジェクトを操作できます。
FASTJSON 2.0.x がリリースされました。より高速かつ安全です。最新バージョンにアップグレードすることをお勧めします。
< dependency >
< groupId >com.alibaba</ groupId >
< artifactId >fastjson</ artifactId >
< version >2.0.31</ version >
</ dependency >
compile ' com.alibaba:fastjson:2.0.28 '
リポジトリの詳細については、この Wiki ダウンロード ページを参照してください。
Fastjson は、Apache 2.0 ライセンスに基づいてリリースされています。
Copyright 1999-2020 Alibaba Group Holding Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at the following link.
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.