fastjson
1.0.0
Fastjson เป็นไลบรารี Java ที่สามารถใช้เพื่อแปลง Java Objects เป็นตัวแทน 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.