summaryrefslogtreecommitdiff
blob: dede767973771b5651104bce69c26f4eda9c7a41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>java</herd>
	<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="google-code">json-simple</remote-id>
	</upstream>
</pkgmetadata>