gojson
gojson copied to clipboard
Is there a way to compile ref schema into struct as well?
As title, seems like it'll only create a Ref field currently.
I'm not sure I understand. Could you give an example of the input/output pair you have in mind?
For example, can it pick up local reference file and append the ref json schema in the file to the struct as well?
"ref_object": {
"$ref": "file:some_ref_schema.json"
},