Giter Site home page Giter Site logo

Comments (2)

darronschall avatar darronschall commented on July 17, 2024

Updated by mikechambers on 2007-03-03T21:08:09

This may have been fixed by

http://code.google.com/p/as3corelib/issues/detail?id=2&can=1&q=

which is going into the .9 build.

Dinny, can you pull the source and see if that fixes the issue?

from as3corelib.

darronschall avatar darronschall commented on July 17, 2024

Updated by darron.schall on 2007-03-20T23:02:57

This isn't a bug -- the original JSON string that you're trying to use -
[{BookTitle:"JSON", Name:"Mat"}] - is not correctly formatted JSON code.

From json.org, an Object consists of pairs, where each pair is string:value. The
identifier on the left of the pair then, being a string, needs to be enclosed in quotes.

Whatever library your using to generate the JSON string is not producing
JSON-compliant output. Make sure that the name part of the name/value pairs inside
of an object is getting correctly wrapped in quotes.

Original ticket set status to Invalid (we converted to closed)

from as3corelib.

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.