toloco

Spain

Age: 28

Apr
5
comment Python: How to create a unique file name?
uuid wont produce an unique name
Apr
4
answered Passing $_POST values with cURL
Apr
10
answered Properties of a good paella pan
Mar
15
answered pyserial readline() : SerialException
Mar
15
answered Pyserial persistent configuration
Mar
15
answered How do I get the number of days between two dates in JavaScript?
Feb
9
awarded Editor
Feb
9
revised How to add data dynamically in JSON object
deleted 7 characters in body
Feb
8
answered How to extract content of html tags from a string using javascript or jquery?
Feb
7
awarded Supporter
Feb
6
answered JSON file set content type to application/json AFNetworking
Feb
6
awarded Analytical
Feb
6
awarded Teacher
Feb
6
comment Getting Invalid JSON error when string returned back to JSONP Jquery Call
tell us what you really want..., is is just 2nd item (means result[1]) just replace $each.... with document.write(x.result[1]); is that ok?
Feb
3
answered How to add data dynamically in JSON object
Feb
3
answered Getting Invalid JSON error when string returned back to JSONP Jquery Call
Feb
3
comment Getting Invalid JSON error when string returned back to JSONP Jquery Call
Sorry, check this example: {"result": [ "CreateCityKeys", "0xxxxxx" , "1xxxx", ... "Nxxxx" ]} And then just do something like foerach (item : jsonX.result) { print item }
Feb
3
comment Getting Invalid JSON error when string returned back to JSONP Jquery Call
I gues you may split the longest string and then use foreach in order to print it
Feb
3
answered Getting Invalid JSON error when string returned back to JSONP Jquery Call