fastjson
1.0.0
Fastjson adalah perpustakaan Java yang dapat digunakan untuk mengubah Objek Java menjadi representasi JSON-nya. Itu juga dapat digunakan untuk mengonversi string JSON menjadi objek Java yang setara. Fastjson dapat bekerja dengan objek Java sembarang termasuk objek yang sudah ada sebelumnya yang kode sumbernya tidak Anda miliki.
FASTJSON 2.0.x telah dirilis, lebih cepat dan aman, kami menyarankan Anda meningkatkan ke versi terbaru.
< dependency >
< groupId >com.alibaba</ groupId >
< artifactId >fastjson</ artifactId >
< version >2.0.31</ version >
</ dependency >
compile ' com.alibaba:fastjson:2.0.28 '
Silakan lihat Halaman Unduh Wiki ini untuk informasi repositori lebih lanjut.
Fastjson dirilis di bawah lisensi 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.