jsref icon indicating copy to clipboard operation
jsref copied to clipboard

JSON Reference Implementation for Go

Results 2 jsref issues
Sort by recently updated
recently updated
newest added

Hello, is possible to define a concatenation of references? something like > { > "foo": [ "bar", { "$ref": "#/sub" }{ "$ref": "#/sub" } ], > "sub": "baz" > }...

Hi. First of all, thanks for a great project! I've noticed a potential issue: [Here](https://github.com/lestrrat/go-jsref/blob/master/provider/http.go#L27-L28) it says `Note that once a document is read, it WILL be cached for the...