|
|
|
|
|
by everforward
264 days ago
|
|
JSON doesn’t do them as part of the spec, but there’s nothing stopping you from doing them as post-processing. Eg OpenAPI does it by using a special $ref key where the post processor swaps in the value referenced there. That’s effectively what jsonnet/cue/hcl do, though as a preprocessor instead of a postprocessor. |
|