GithubHelp home page GithubHelp logo

Erroneously parsed strings about json-swift HOT 2 CLOSED

owensd avatar owensd commented on July 18, 2024
Erroneously parsed strings

from json-swift.

Comments (2)

owensd avatar owensd commented on July 18, 2024

Hmm... this one is interesting because I have some specific tests for some of these:

func testParseNumberTwoDot() {
    let string = "[-2.]"
    let jsvalue = try? JSValue.parse(string)
    XCTAssertTrue(jsvalue == nil)
}

func testParseNumberTwoDotE3() {
    let string = "[2.e-3]"
    let jsvalue = try? JSValue.parse(string)
    XCTAssertTrue(jsvalue == nil)
}

This successfully gives me an error. I just added some more tests locally for the rest of the cases and I see an error.

Are you using 2.0.2 and what is your setup?

from json-swift.

nst avatar nst commented on July 18, 2024

My mistake, I messed up with other results.

I just updated the numbers that are parsed but are not part of JSON, strictly speaking.

According to the RFC, parsers are free to accept them, but it may lead to interoperability issues.

from json-swift.

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.