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.