{
    "version": "https://jsonfeed.org/version/1",
    "title": "",
    "home_page_url": "https://onp4.com/@vadim/p/i83mxk490z",
    "author": {
        "name": "Vadim Dalecky",
        "url": "https://onp4.com/@vadim"
    },
    "items": [
        {
            "id": "https://onp4.com/@vadim/p/18iuin9nqk",
            "content_html": "Another variant where the stack depth is represented by the number of `>` characters, potentially more visually understandable:\n\n```\n.users:0.age 23\n>>.name Alice\n>:1.age 31\n>>.name Bob\n```",
            "url": "https://onp4.com/@vadim/p/18iuin9nqk",
            "date_modified": "2026-03-03T21:43:21.697Z",
            "author": {
                "name": "Vadim Dalecky",
                "url": "https://onp4.com/@vadim"
            }
        },
        {
            "id": "https://onp4.com/@vadim/p/7rxbbf28mr",
            "content_html": "Prefix summary:\n\n- `.` --- object key name, e.g.: `.bob`\n- `:` --- array index, e.g.: `:1`\n- `,` --- range request, e.g.: `,5,0`",
            "url": "https://onp4.com/@vadim/p/7rxbbf28mr",
            "date_modified": "2026-03-03T21:38:31.583Z",
            "author": {
                "name": "Vadim Dalecky",
                "url": "https://onp4.com/@vadim"
            }
        },
        {
            "id": "https://onp4.com/@vadim/p/y79l838mvs",
            "content_html": "Inserting inside a string node. Format is `retain: number`, `delete: number`, and then the string to insert. Insertion is a *range request*, which starts with `,` prefix.\n\nFor example, add `\"!\"` after `\"Alice\"`:\n\n```\n0.users.0.name,5,0 !\n```",
            "url": "https://onp4.com/@vadim/p/y79l838mvs",
            "date_modified": "2026-03-03T21:36:57.744Z",
            "author": {
                "name": "Vadim Dalecky",
                "url": "https://onp4.com/@vadim"
            }
        }
    ]
}