Skip to content
  • Emmanuele Bassi's avatar
    Add JSON conformance test suite · e07156a2
    Emmanuele Bassi authored
    Use the JSON conformance tests from: https://github.com/nst/JSONTestSuite
    
    The suite is split into three:
    
    - implementation-defined, which may pass or fail
    - valid, which should pass
    - invalid, which should fail
    
    We're currently experiencing some unexpected passes in the invalid
    tests, mainly due to the fact that JsonScanner is lenient for some
    functionality, like BOM and comments.
    e07156a2