Use https by default
[gentoo.git] / dev-java / json-simple / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>java</herd>
5         <longdescription lang="en">Why the Simple Java toolkit (also named as JSON.simple) for JSON?
6         When I use JSON as the data exchange format between the AJAX client and JSP
7         for the first time, what worry me mostly is how to encode Java strings and
8         numbers correctly in the server side so the AJAX client will receive a well
9         formed JSON data. When I looked into the 'JSON in Java' directory in JSON
10         website,I found that wrappers to JSONObject and JSONArray can be simpler,
11         due to the simplicity of JSON itself. So I wrote the JSON.simple package.</longdescription>
12         <upstream>
13                 <remote-id type="google-code">json-simple</remote-id>
14         </upstream>
15 </pkgmetadata>