TIL about JSON Pointers - JavaScript Object Notation (JSON) Pointer. It’s a way to query JSON loke XPath for XML.

Read JSON Schema Reference trying to find means of reusing parts of JSON inside same JSON.

Read Swift Macros: Understanding Freestanding & Attached Macros.