fastjson
1.0.0
Fastjson 是一個 Java 函式庫,可用來將 Java 物件轉換為其 JSON 表示形式。它也可用於將 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.