Mark Ericson

Results 3 comments of Mark Ericson
trafficstars

I discovered that when using the file:// scheme URI as BaseUri, I needed to set JSchemaUrlResolver in the JSchemaReaderSettings.

@pranaymistry maybe your concern is you are seeing JavaScript array/objects and not JSON formatted array/objects? You will see the JSON format if modify your: `console.log(jsonObj)` to: `console.log(JSON.stringify(jsonObj))`

Since the class instance (object) appears to be the hash key for the value; might it be possible to support clear with that object? Not exactly what i want, I...