Recently, my younger brother used JSON. After learning about it, it's quite simple. He just needs to make some preparations before getting started.
Download the jarpackage at http://json-lib.sourceforge.net/on the JSON official website. You can also see on the official website that other jar packages are required to use JSON
-collections.jar4.commons-logging.jar5.ezmorph.jar6.json-lib-2.2.2-jdk15.jarUsage Ibid.Jsonobject jsonobject = jsonobject.fromobject (message);GetResponse (). Getwriter (). Write (jsonobject.tostring ());When the data is converted to JSON, it is sent to the client using the method as above. The front end is ready to get JSON data.can also be used List list1 = new
": False, "username": "", "Age": 0}]3. Map to JSONhashmapMap.put ("name", "HZUCMJ"); Map.put ("Age", 22);Jsonobject json = jsonobject.fromobject (list);System.out.println (Json.tostring ());The result is:{"Name": "HZUCMJ", "Age": 22}Based on the Json-lib.jar packet Jsonobject-java common four kinds of usageBased on Json
to Pwd2error, which is asynchronous, you need to consider the return time
{
textpassword2.html ("
4.$.ajax asynchronous request for splicing data
$.ajax ({
URL: ' ${basepath}/jobs/dictionary/post ',
type: ' Post ',
data: ' Mername= ' +values,
async: False,//default is True asynchronous
Error:function () {
alert (' Error ');
},
success:function (data) {
/ Backstage passed is list
Backgrou
Transferred from: http://blog.csdn.net/wilsonke/article/details/24362851The role of a simple and convenient data transmission scheme, JSON has become an alternative to XML fact standard. However, in JSON, the time (datetime,timestamp,date, etc.) format has not been well-integrated, and when cross-platform serialization/deserialization is required, there is a lot of trouble. The author has repeatedly tried t
JSON serialization: Converts a Java bean into a JSON string; JSON deserialization: Converts a JSON string into a Java bean.
XML serialization: Converting Java beans to XML files; XML de
Automatically generate model classes based on JSONJavaConvert JSON to Java class http://jsongen.byingtondesign.com you bring the JSON, we'll bring the codeFind a great site that can directly generate a JSON string into the Java model class, super convenient. Long ago knew, h
Ajax|ajax Frame |js
Ajax framework Json-rpc-java recently announced Json-rpc-java 1.0RC2 release.
Json-rpc-java is a framework for implementing dynamic JSON-RPC
Error in converting List to JSON in Java (2), javajson
1. Error description
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactoryat net.sf.json.AbstractJSON.
2. Error cause
/*** Convert List to JSON */package com. you. model; import java. util. arrayList; import
Achieve a small function, all stumbling. No confidence. Feeling and become a cycle of death, feel the knife to cut wood, so with a semi-finished scrap knife piece of cutting. The last thing to cut out of the mess, oneself also took a great effort.The function is to first query a string of data from the database, then organize it into JSON format and return it to jsp,jsp to display it to the front-end interface. But not now, the reason should be return
JSON (JavaScript Object notation) is a lightweight data interchange format. Commonly used with the foreground interaction, in the use of Java and JSON will sometimes encounter the conversion between the situation, as follows:
Note To import the related JSON package before using
Define entity classes:
/*** Inner class*
Java Data format:Class test{private String name;Private String sex;Private String Brith;}JSON data format:{"Name": "Keke", "Sex": "Male", "Brith": "0301"}One, the Java data is converted to JSON data:1. Object Conversiontest test = new test ();Test.setname ("Keke");Test.setsex ("male");Test.setbrith ("0301");Jsonobject
The recent use of Java to manipulate JSON data, although JSON used a few times, but has not been well summarized, while this time to summarize the Java operation JSON data. Java operation JSON
a simple Web service that contains the Jersey library and a Java client that sends JSON data
A simple Web service that contains the Jersey library and a Java client that sends JSON data preface environment Tools build Dynamic Web Project Create your Restservice class create Java
the interchange of objects and strings in JavaScript Object to a string: Through the Json.encode method, this is the json.js inside of the method, introduced to the current file can be.String conversion to object: ① using the Json.decode method, ditto, the introduction of JS can be. There is a method in ②jquery, $.parsejson can also be implemented.The interaction of JSON strings and objects in Java Object i
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.