Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested JSON Solutions: 1 - 25 of 28
 
I am looking for Java code that I can use (i.e. open source) to convert a JSON string into XML. I don't care so much about having a lot of control on how the conversion is done, as once I h...
I have a Json string inside a Div layer and i am readind the string and storing it on javascript variable. how can decode./convert it to json object
How do I access the encoded JSON return?  Here is my formatted JSON result: [{"id":"24695","name":"john"}] Here is my calling code: $.get("mail/findUser.php", {search:$('#email_to').val...
Hello Experts - I am getting a JSON object using JQuery and .getJSON function.   Is there a way to loop through object's properties and retrieve the name of each property? I'm new to ...
Dear Experts, If I have some data in JSON form, how do I populate a HTML <select> control with this data? Please help Thanks
Hi Experts, My question is with regards to using JSON with AJAX. I am just coming out of a meeting where the developers suggested that for the business to have control on our website, they w...
I am using JSON with AJAX. There are two problems when sending data from a textarea. 1) If there is no carriage return manually entered in the text area, the last line is not inserted into ...
Hi - I have some php code that outputs 4 variables as "yes" or "no", which is called from submitting a form. I'm echoing this as an array and an ajax script is picking it up via a json output....
I've been trying to discover how to implement a cross-domain AJAX request to my own web service. I have looked at the following example and it shows promise: http://www.simple-talk.com/dotn...
Basically, we are implementing a search box on our website with a Set of Straight SQL Queries, that return the result as a JSON Object. Now I need to retrieve that JSON object and write it to ...
if i have a plain-ol .net 2.0 proxy (client for rest-service) and that rest service returns JSON output, what's my best option to DESERIALIZE the json output back into an object? said in ol...
i am trying to rename  "displayName" key to"text", where key "dispalyname" is a part of JSONArray which is nested in JSONObject. like: {"jsonText":[ {"description":"Employee","disp...
Hello Experts, I'm sorry if this question has been asked before. I am looking for a way to convert a Java object to a JSONObject and also I want to be able to change a JSONObject to a J...
Hi, I am using ajax and json and all works o.k. in firefox but throws an error in IE, can anyone see where I am going wrong? The error is  " Expected '}'" on the data=eval line below. ...
Dear Experts, Is there a "proper" way to add JSON data to existing JSON data? For example, lets say I have the following {"sales":[{"firstname":"John","lastname":"Brown"]} What is ...
hi i am wondering why this code is causing an error in json validator. error i get is: syntax error, unexpected TINVALID, expecting '{' or '[' at line 1 i would be grateful if someone cou...
The Jettison's User Guide provides an example on how to go from JSON to XML using the STaX API (http://jettison.codehaus.org/User%27s+Guide), but it doesn't say anything about the DOM API. ...
Dear Experts, Continuing on from here: http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/JSON/Q_24802700.html#a25550504 How difficult is it to increase the quan...
I have taken over a PHP project that makes heavy use of JSON, at least at the login. It works on the last dev company's site, but not on mine. index.php posts to UserLogin.php which writ...
Hi there, In php i have an object myObject, which has integers, string and arrays. I push all of the instances of myObjects in a simple array, then encode the array with $ious_string = json_e...
I have a json array which may contains records upto 500. I am trying to find a way by which i can search a string into this json array without looping each record. Could any one help me ou...
Dear Experts. What is the best way to structure shopping cart data JSON style? Thanks in advance.
I have the following which grabs data from XML (a node for each day of the week) and uses it to animate 7 different objects. However, I've now been told that it needs to be done with jSON inst...
Dear Experts, Continuing on from here: http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/JSON/Q_24804282.html How do I add a "group" to the data, so ids are gro...
Dear Experts, I have the following javascript which does not work properly objJSON = eval('('+ results +')'); for(var i = 0, e = objJSON.selectbox1.length; i < e; ++i) {     var opti...