xeipuuv / gojsonschema

An implementation of JSON Schema, draft v4 v6 & v7 - Go language
2.57k stars 358 forks source link

gojsonschema.NewGoLoader() returns NOTHING #353

Open Debojyoti001 opened 2 years ago

Debojyoti001 commented 2 years ago

documentLoader := gojsonschema.NewGoLoader(x) (where x is a json)

**This upon logging gives {}-> an empty interface*