Skip to content

Place point before value, not key, when down into object

Compare
Choose a tag to compare
@taku0 taku0 released this 03 Nov 05:26
· 40 commits to main since this release

When json-par-down (key i) is invoked before an object, the point is placed before value, not key of the first key-value pair.

Example (| is the point):

|{
  "key": "value"
}

// ↓ `i` (`json-par-down`)

{
  "key": |"value"
}

You can customize this with the variable json-par-place-after-down-into-object.