The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
43 views

UTC DateTime back to Original datetime

I have probably just stared at this too long... I have a third-party datepicker (ASP/MVC) and I stringify the array of selected dates and pass it to the controller. example: My browser is US EST ...
0
votes
4answers
40 views

JSON.stringify returns “[object Object]” instead of the contents of the object

Here I'm creating a JavaScript object and converting it to a JSON string, but JSON.stringify returns "[object Object]" in this case, instead of displaying the contents of the object. How can I work ...
1
vote
0answers
25 views

Limit JSON stringification depth

When stringifying an object using JSON.stringify (or something similar) is there a way to limit the stringification depth, i.e. only go n levels deep into the object tree and ignore everything that ...
0
votes
1answer
35 views

Saving an element's document model with JSON

I have written some code that allows one element on a page to be expanded to full screen and contracted back to its original size. This code works by saving the states of other elements on the page, ...
0
votes
2answers
54 views

apostrophe in JSON is causing errors on server

I have a string that I'm doing a JSON.stringify(str) on in Javascript. The string is L'Oreal. However, as this variable gets passed around before the JSON.stringify happens, its value becomes ...
0
votes
0answers
40 views

Object from a Stringified Class java

I am developing an Eclipse plugin that generates a JUnit test suite dynamically. The issue is to run those tests. I create a package with some .java, each of them created from a simple String. Now I ...
0
votes
0answers
22 views

Stringify object in phantomjs

I have this piece of code: var elements = {}; var t3 = []; t3[0] = {}; t3[0]["key"] = "value"; var t = []; t.push(t3); elements.menu = t; var st = JSON.stringify(elements); ...
-1
votes
6answers
41 views

unable to use parseFloat after JSON Stringify

I have a line of code which says -- var latitude = JSON.stringify(place.lat); when I do alert(latitude) -- It gives me output "33.232342" .But I want the number so when I do var latitude = ...
0
votes
2answers
79 views

Node.js JavaScript-stringify

JSON is not a subset of JavaScript. I need my output to be 100% valid JavaScript; it will be evaluated as such -- i.e., JSON.stringify will not (always) work for my needs. Is there a JavaScript ...
0
votes
1answer
78 views

how to use JSON.stringify and json_decode() properly

Im trying to pass a mulitidimensional Javascript array to another page on my site by: using JSON.stringify on the array assigning the resultant value to an input field posting that field to the ...
2
votes
0answers
126 views

json.stringify not working on IE8 and below, json2.js used

Below is my code. It works great on IE8 and above, also on chrome and FF... earlier i was getting json undefined i used json2.js now i'm getting alert "something went wrong pls try again"... why ...
-1
votes
1answer
40 views

How to use a stringify JSON data from Yelp API

I am trying to figure out how to use the data in Yelp API v2. How do you read the data given by yelp after you json.stringify it. This is what I did, var output = JSON.stringify(data); ...
0
votes
2answers
35 views

How to post all options in a select element with stringify the text and values?

There is a select element that have options created dynamically. I want to post these options text-value pairs via ajax etc... Is it possible to make them stringify as text-value pairs? Or any ...
2
votes
1answer
161 views

how to make JSON.stringify encode UTF characters

I'm writing a JS that run using windows cscript.exe. My JS is loading JSON object from file, adds a parameter and saves it back to file (using json2.min.js implementation). I'm using JSON.parse(text) ...
0
votes
0answers
60 views

JSON Stringify Empty string

I've recently ran into a problem with JSON.stringify not taking an empty string. I solved it with a small fix but i'm still bothered why it doesn't work with an empty string Here is my code. ...
1
vote
1answer
104 views

jquery how to add to objects with a for loop?

Hello I made a jquery function which sorts words based on length and it wordks fine. But now I want to store those words in an object so I can use JSON.stringify to make a JSON string. The problem is ...
0
votes
1answer
191 views

JSON Stringify returns null, but document.write prints out properly

I'm trying to write a plugin for crawljax that runs some javascript code, like this: String result = browser.executeJavaScript(script).toString(); and the script code: function ...
1
vote
1answer
47 views

Javascript Objects to XML String with multiple levels

I have a multi-dimensional Javascript Object that I can easily convert to a JSON string using a .stringify method. I'm trying to write a function to do something similar but in an XML, markup, ...
1
vote
1answer
83 views

How to check if a variable is a typed array in javascript?

I'm working on a game and we make extensive use of typed arrays (Float32Arrays) for our math types. We save and load the gamestate from JSON. An example of JSON stringify output is for such an array ...
4
votes
2answers
159 views

KnockoutJS with IE8, occasional problems with Stringify?

A number of our users are still on IE8. Some of them occasionally are reporting problems when trying to post data to our servers (via a big button labeled "SAVE"). There is a script error that IE8 ...
0
votes
1answer
86 views

Cannot de-stringify an object in Backbone View

I do have this stringified object returning from MYSQL "[{"x":278,"y":160},{"x":671,"y":79}]" When I console.log it from my Backbone Model in the view the ouput is ...
1
vote
2answers
112 views

GWT LocalStorage - Storage objects

This document says: HTML5 local storage saves data in string form as key-value pairs. If the data you wish to save is not string data, you are responsible for conversion to and from string when ...
-1
votes
2answers
272 views

How to use JSON Stringify when fields are own object types?

EDIT: Something like this, but this is not working either, but there is the problem I think var stringifyObj = JSON.stringify({ "addressAddressId":$('#address').val(){ ...
0
votes
3answers
118 views

How can I send a DOM object as a JSON object

I would like to POST an entire row of a table to a php page (it's part of an Ajax request). If I use JSON.stringify(rowObject) I get an error. I think this is because the object is "cyclical". I ...
0
votes
1answer
149 views

How can I retrieve json stringified objects in php?

I sent some data to the server using the code snippet below, but I do not know how to retrieve the returned array using PHP. Thanks for any suggestion. $('.ticket-row').each(function() { ...
1
vote
1answer
480 views

Convert JSON string to C# string array

Using JSON.Stringify I pass the following string inside another Stringify object. [ [ "I-000-4310-000", "Convention Registration", "59.99" ], [ ...
0
votes
1answer
98 views

JSON post with magic quotes plus a quote character in the data

I have a PHP script that accepts posts from other servers in JSON format. Sometimes the external server has magic quotes enabled, so I pass it through stripslashes() just to be safe. However, I run ...
1
vote
3answers
93 views

JSON Stringify crashing

I've been testing some code which takes a variable in a json format and should print that, it prints an empty array however. If I'm trying this: console.log(JSON.stringify({first:1,second:2})); ...
0
votes
1answer
399 views

JSON array to PHP / MySQL JSON.parse JSON.stringify how to store doube quotes and single quotes

I have a form with fields and a text-area that allows any characters to be entered. I can't just submit the form, because the form is being recycled many times over, so the form values are being ...
0
votes
4answers
64 views

Hand-built JSON vs JSON.stringify

Background I have a bunch of objects that need their state to be sent to the server in json representation. It currently works something like this: MyClass.prototype.GetJSON(){ return ...
0
votes
0answers
110 views

variable name as a string data member

In C++ is it possible to declare a class which has a private std::string data member which is initialized with the stringized / stringified name of the instance symbol name? I can see that this ...
0
votes
1answer
49 views

JSON stringify manipulation

Take the code: JSON.stringify({ "x": 1.0 }); the output will be {"x":1} I have tried everything using toFixed(), parseFloat(), +() and many others but cannot for the life of me get it to ...
3
votes
2answers
67 views

Stringify timestamp object

How can i JSON.stringify the following data-structure? var Records = { 1357775376232: { pageX: 0, pageY: 0, scrollLeft: 0, scrollTop: 0, target: #document, ...
0
votes
3answers
72 views

How do I JSON encode only part of a Javascript object?

I'm writing a 2D gravity simulation game and I'm trying to add save/load functionality. In the game I store all of the current planets in an array. Each planet is represented by a Body object which ...
2
votes
3answers
123 views

Creating JSON in javascript

How should I encode this data as JSON in javascript? I use javascript to get an arbitrary number of 'tags' on photos. Each tag has a firstname and a lastname in this form: firstname = 'john'; ...
12
votes
3answers
2k views

JSON.stringify deep objects

I need a function building a JSON valid string from any argument but : avoiding recursivity problem by not adding objects twice avoiding call stack size problem by truncating past a given depth ...
0
votes
1answer
135 views

Converting a stringified json structure to PHP array

I'm saving a cookie with json data. Example of echo $_COOKIE['data'] ...
2
votes
0answers
49 views

JSON Stringify and Parse functions providing inconsistent results [duplicate]

Possible Duplicate: JSON.stringify() bizarreness OK, so I use the various JSON methods (stringify and parse) but have recently run across a page where they don't behave correctly. I am ...
2
votes
1answer
558 views

jQuery: JSON.stringify changes my object value after saving in cookie [duplicate]

Possible Duplicate: Allowed characters in cookies I'm using JSON.stringify to convert an object to save it in a cookie. But after saving Arabic Windows-1256 encoding in a cookie, I wasn't ...
1
vote
1answer
127 views

Deserialize json formatted string on server side

I am sending my array of arrays from the client to the server. Using jQuery ajax method after stringify like this JSON.stringify({ list: FinalList }) and on the server side I am getting it like ...
1
vote
2answers
142 views

Stringifying an array in ajax payload to WCF endpoint

I have the follow bit of Javascript: $.ajax({ url: "/Web/WebServices/Operation.svc/SetScope", type: "POST", contentType: "application/json; charset=utf-8", beforeSend: function () { ...
1
vote
1answer
102 views

JSON members order in ActionScript 3.0

I'm using built-in functionality to create JSON string in Flash app. Here example of my source code objStr = JSON.stringify( { version:"1.0", skin:"white", ...
0
votes
3answers
298 views

JSON stringify with variables in jQuery

I'm trying to POST some JSON where I need to include some values from input fields. I have two input fields with the IDs of username and password. data = JSON.stringify({ "jsonrpc": "2.0", ...
1
vote
4answers
121 views

JavaScript String Object to String

In node.js the next code var Reverse = (function() { return { reverse1: function(s) { var out = new String(); for (var i = s.length - 1, j = 0; i >= 0; i--, ...
0
votes
0answers
56 views

Stringify Array in Preprocessor

I have a 2D array as a #define. E.g.: #define A { {1,2}, {3,4} } I need to be able to stringify this into: "{ {1,2}, {3,4} }" In MSVC, the following works: #define QUOTE(STR) #STR #define ...
0
votes
3answers
290 views

Does anyone know the original JSON.stringify() function in JavaScript?

I need it because I recently made an app that saves an object containing all the user-generated data to localStorage, and encodes/decodes it with JSON. The bizarre thing is that for some reason, ...
0
votes
2answers
177 views

Why does JSON.stringify only include part of this object?

When I use JSON.stringify on a Parse.com query object, it only includes the "attributes" and ignores the rest. How do I stringify the entire object? My query to Parse, logging the results with and ...
0
votes
1answer
267 views

Formcollection cannot process JSON with “=”

When I try to do something like this: $.post('@Url.Action("PostComment")', {"Id":32,"Title":"=","Desc":"=",}, function (data) { .... } My controller receives this value in the FormCollection: ...
0
votes
3answers
371 views

JavaScript json split object and update

How do i split json object and update them according to the ID. I heard to use stringify! and how do i implement the function to update the object? <input type="text" ...
1
vote
1answer
400 views

LocalStorage Get Item with Dot/Bracket Notation Not Working with JSON.parse()

If possible, I would like to be able to use shorthand notation to get an item from localStorage and then use JSON.parse() on it. In my code below, if I use the following it works: var ...

1 2 3