JSON $ref parser for Go
I’m working on a Go project with multiple folders containing JSON files. Among these files, one serves as the entry point. My task is to unmarshal the JSON schema into a struct.
I’m working on a Go project with multiple folders containing JSON files. Among these files, one serves as the entry point. My task is to unmarshal the JSON schema into a struct.