fastjson
1.0.0
Fastjson est une bibliothèque Java qui peut être utilisée pour convertir des objets Java en leur représentation JSON. Il peut également être utilisé pour convertir une chaîne JSON en un objet Java équivalent. Fastjson peut fonctionner avec des objets Java arbitraires, y compris des objets préexistants dont vous n'avez pas le code source.
FASTJSON 2.0.x est sorti, plus rapide et plus sécurisé, nous vous recommandons de passer à la dernière version.
< dependency >
< groupId >com.alibaba</ groupId >
< artifactId >fastjson</ artifactId >
< version >2.0.31</ version >
</ dependency >
compile ' com.alibaba:fastjson:2.0.28 '
Veuillez consulter cette page de téléchargement du wiki pour plus d'informations sur le référentiel.
Fastjson est publié sous la licence 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.