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...
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 ...
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 ...
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...
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...
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 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...
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.
...
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...
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...
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 ...
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...
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...
Dear Experts.
What is the best way to structure shopping cart data JSON style?
Thanks in advance.
Say I have the following JSON data
var json = {
#test:[{@something:[2,4],@somethingmore:3},{@somethingelse:[5,6]}]
}
how do I access the second value from @somethingelse?
eg:
json...
I want to send a link like this...
<a href='/link/linkblah/linkeedy/link.pdf'>link.pdf</a>
To my javascript from php and print it out on the screen with the innerHTML delimeter.
Here is m...
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...
1. Under what circumstances would I choose to use JSON?
2. Is it just client-side application usage for JSON?
3. What sort of applications can JSON integrate with? Is ASP.NET and ideal candi...