Tagged Questions

1
vote
3answers
59 views

What’s the most JSON you can reasonably expect to decode on the client side

This morning I tried to use ExtJS' JSON decoding facilities against 0.75MB of data, and it crashed FF3. I'm wondering what is the most JSON one can reasonably expect to decode on the client side? …
0
votes
2answers
27 views

html string not being parsed with JSON.parse

I am using JSON.parse for a list of products. I am running a regex to replace characters that were breaking the parse: [\n|\t|\r] It seems that I am still having issues when the following content …
0
votes
3answers
32 views

Passing Lists as a QueryString - should I use JSON

Lets say I've got an online dating site, users can filter the user list based on various criteria, Height, Age, BodyType, Ethnic Origin.... I want to pass the criteria to the pager, via QueryString. …
0
votes
3answers
21 views

YUI “Get” utility to parse JSON response?

The documentation page for the YUI "Get" utility says: Get Utility is ideal for loading your own scripts or CSS progressively (lazy-loading) or for retrieving cross-domain JSON data from …
1
vote
0answers
31 views

Trying to parse twitter trends

Im trying to parse twitter trends but i keep getting an error at "as_of". anyone know why this is happening?
0
votes
1answer
63 views

Does jQuery support reading JSON from X-JSON HTTP headers?

Is jQuery able to read JSON data from X-JSON HTTP headers returned by the server? I've been searching through the jQuery docs, but all the examples I can find use JSON returned in the request body …
0
votes
1answer
25 views

Make output an object array

<?php //example code $url = 'http://clients1.google.com/complete/search?hl=en&q=speed'; function processURL( $url ) { $contents = file_get_contents( $url ); return $contents; } print_r( …
0
votes
2answers
36 views

Browser response size limit.

Hi all, I am calling my cross domain web-service through a getJson() call from jQuery. As my response object size is pretty big, i have used the maximum JSon size for my web-service. I have checked …
4
votes
5answers
73 views

with jQuery, access json from cross domain url where json may be poorly formed

I'm using jQuery's ajax function to hit a cross domain url. The url will return json. I'm in the discovery phase with this but I think, because the json values contain several '&quot' strings, the …
1
vote
3answers
40 views

How do i maintain the state of my Html Controls on postback with JQuery and JSON?

I have a form with a collection of Html and ASP Server Controls. Im using JSON to preload some drop-down lists. I want to maintain the states of these drop-down lists on postback. Im quite new to …
0
votes
0answers
24 views

JSON_ENCODE in PHP Returns Chinese Characters as Hex

I've got a simple PHP one-dimension array. When I do a var dump (echo var_dump($a)), I get this as the output: array(3) { [0]=> string(3) "尽" [1]=> string(21) "exhausted||to exhaust" [2]=> …
0
votes
1answer
41 views

Middleware for MongoDB or CouchDB with jQuery Ajax/JSON frontend

I've been using the following web development stack for a few years: java/spring/hibernate/mysql/jetty/wicket/jquery For certain requirements, I'm considering switching to a NoSQL datastore with an …
0
votes
1answer
23 views

JQuery and Live Table Updates

Hiya i was wondering if anyone can point me in the direction of examples or sample code for a few things regarding table minipulation i'm trying to achive but haven't been able to crack yet. I …
-1
votes
1answer
32 views

Copying JSON response dictionary to plist

I have a dictionary containing a JSON response and a plist file. I want to update the values in my plist file with the JSON response values. How would I do this?
3
votes
3answers
70 views

Truncating unicode so it fits a maximum size when encoded for wire transfer

Given a Unicode string and these requirements: The string be encoded into some byte-sequence format (e.g. UTF-8 or JSON unicode escape) The encoded string has a maximum length For example, the …

1 2 3 4 5 104 next
15 30 50 per page