aj-json
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ajaxjs</groupId> <artifactId>aj-json</artifactId> <version>1.4</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.ajaxjs</groupId> <artifactId>ajaxjs-parent</artifactId> <version>1.17</version> <relativePath/> </parent> <artifactId>aj-json</artifactId> <version>1.4</version> <description>轻量级的 JSON 反序列化</description> <packaging>jar</packaging> <url>https://framework.ajaxjs.com/docs/aj/?section=json</url> <scm> <url>https://github.com/lightweight-component/aj-json</url> <connection>scm:git:https://github.com/lightweight-component/aj-json.git</connection> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/lightweight-component/aj-json/issues</url> </issueManagement> </project>