Giter Club home page Giter Club logo

Comments (5)

Krinkle avatar Krinkle commented on July 26, 2024

From BETALb on March 04, 2010 01:22:49

I have a simillar issue
In my case problem caused Prototype.js

from jquery-json.

Krinkle avatar Krinkle commented on July 26, 2024

From denis.latypoff on June 04, 2010 00:00:47

confirm! its a bug

from jquery-json.

Krinkle avatar Krinkle commented on July 26, 2024

From antoine.gilbert.qc on December 15, 2010 11:21:02

Annoying bug

from jquery-json.

Krinkle avatar Krinkle commented on July 26, 2024

From zhangji87 on July 18, 2011 00:59:54

Any solutions?

from jquery-json.

Krinkle avatar Krinkle commented on July 26, 2024

From krinklemail on September 17, 2011 20:00:53

See Issue 35 for the prototype escaping.

In other situations it worked fine on version 2.3:

Code to reproduce:

var obj = {};
obj.domain = 'so.me.thing';
obj.groups = [ {"domain":"so.me.thing"}, {"domain":"so.me.thing"}, {"domain":"so.me.thing"} ];
$.toJSON(   obj );
> [String] {"domain":"so.me.thing","groups":[{"domain":"so.me.thing"},{"domain":"so.me.thing"},{"domain":"so.me.thing"}]}

Feel free to reopen if issue appears again.

Status: Fixed

from jquery-json.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.