mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-21 22:53:31 +02:00
Version needed to unbundle from net-vpn/i2p Version 2.3.1 is 100% bytecode compatible to 2.3.0 Bug: https://bugs.gentoo.org/900515 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/30014 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
18 lines
892 B
XML
18 lines
892 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>java@gentoo.org</email>
|
|
<name>Java</name>
|
|
</maintainer>
|
|
<longdescription lang="en">Why the Simple Java toolkit (also named as JSON.simple) for JSON?
|
|
When I use JSON as the data exchange format between the AJAX client and JSP
|
|
for the first time, what worry me mostly is how to encode Java strings and
|
|
numbers correctly in the server side so the AJAX client will receive a well
|
|
formed JSON data. When I looked into the 'JSON in Java' directory in JSON
|
|
website,I found that wrappers to JSONObject and JSONArray can be simpler,
|
|
due to the simplicity of JSON itself. So I wrote the JSON.simple package.</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">cliftonlabs/json-simple</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|