文件名称: json-smart-1.1.1.jar中文-英文对照文档.zip
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>1.1.1</version>
</dependency>Gradle:
implementation group: 'net.minidev', name: 'json-smart', version: '1.1.1'
Gradle (Short):
implementation 'net.minidev:json-smart:1.1.1'
Gradle (Kotlin):
implementation("net.minidev:json-smart:1.1.1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
net.minidev.json
net.minidev.json.parsernet.minidev.json.JSONArray
net.minidev.json.JSONAware
net.minidev.json.JSONAwareEx
net.minidev.json.JSONNavi
net.minidev.json.JSONObject
net.minidev.json.JSONStreamAware
net.minidev.json.JSONStreamAwareEx
net.minidev.json.JSONStyle
net.minidev.json.JSONStyler
net.minidev.json.JSONUtil
net.minidev.json.JSONValue
net.minidev.json.parser.ContainerFactory
net.minidev.json.parser.ContentHandler
net.minidev.json.parser.ContentHandlerCompressor
net.minidev.json.parser.ContentHandlerDumy
net.minidev.json.parser.FakeContainerFactory
net.minidev.json.parser.JSONParser
net.minidev.json.parser.ParseException