issues
search
gazpachoking
/
jsonref
Automatically dereferences JSON references within a JSON document.
http://jsonref.readthedocs.org
MIT License
122
stars
28
forks
source link
Allow self referential references
#52
Closed
gazpachoking
closed
1 year ago
gazpachoking
commented
1 year ago
This actually fixes/implements a few things:
Fixes documents where the root is a reference object not being cached
Allows a reference object to refer to a fragment within itself. fix #51, #40
Extra properties of a reference object will now have references resolved.
This actually fixes/implements a few things: