国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
JSON in Java

JSON in Java


The JSON data interchange format is easily supported in Java. Free source code is available. It is provided without support or warranty. Use at your own risk. Please do not use it for evil. Feedback is welcome. Thank you.

Source Javadoc Description
JSONObject.java JSONObject.html A JSONObject is an unordered collection of name/value pairs. Its external form is a string wrapped in curly braces with colons between the names and values, and commas between the values and names. The internal form is an object having get() and opt() methods for accessing the values by name, and put() methods for adding or replacing values by name. The values can be any of these types: Boolean, JSONArray, JSONObject, Number, and String, or the JSONObject.NULL object.
JSONArray.java JSONArray.html A JSONArray is an ordered sequence of values. Its external form is a string wrapped in square brackets with commas between the values. The internal form is an object having get() and opt() methods for accessing the values by index, and put() methods for adding or replacing values. The values can be any of these types: Boolean, JSONArray, JSONObject, Number, and String, or the JSONObject.NULL object.
JSONStringer.java JSONStringer.html A JSONStringer is a tool for rapidly producing JSON text.
JSONWriter.java JSONWriter.html A JSONWriter is a tool for rapidly writing JSON text to streams.
JSONTokener.java JSONTokener.html A JSONTokener takes a source string and extracts characters and tokens from it. It is used by the JSONObject and JSONArray constructors to parse JSON source strings.
JSONException.java JSONException.html A JSONException is thrown when a syntax or procedural error is detected.
JSONString.java JSONString.html The JSONString is an interface that allows classes to implement their JSON serialization.
JSON can also be used as a data interchange format between other data interchange formats.
CDL.java CDL.html This provides static methods to convert comma delimited list text into a JSONArray, and to covert a JSONArray into comma delimited list text. Comma delimited list text is a very popular format for data interchange. It is understood by most database, spreadsheet, and organizer programs.
XML.java XML.html This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
JSONML.java JSONML.html This provides static methods to convert an XML text into a JSONArray or JSONObject, and to covert a JSONArray or JSONObject into an XML text using the JsonML transform.
XMLTokener.java XMLTokener.html The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
HTTP.java HTTP.html Convert an HTTP header to a JSONObject and back.
HTTPTokener.java HTTPTokener.html The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
Cookie.java Cookie.html Convert a web browser cookie specification to a JSON object and back.
CookieList.java CookieList.html Convert a web browser cookie list string to a JSON object and back.
本站僅提供存儲服務,所有內容均由用戶發(fā)布,如發(fā)現有害或侵權內容,請點擊舉報
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
JSON解析類(C#)
FastJson--阿里巴巴公司開源的速度最快的Json和對象轉換工具
java與json互相轉換(解決日期問題)
JSON
SpringMVC 生成JSON(一)
json lib使用教程
更多類似文章 >>
生活服務
分享 收藏 導長圖 關注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權!
如果VIP功能使用有故障,
可點擊這里聯系客服!

聯系客服