FileMaker-JSON-Functions icon indicating copy to clipboard operation
FileMaker-JSON-Functions copied to clipboard

jsonModify: allow positional insertion of array value?

Open dansmith65 opened this issue 10 years ago • 0 comments

  • insert before other values
    • negative number?
    • "unshift" (like the json method) ?
  • insert between values
    • decimal: 2.5 would insert after 2?
  • insert at end
    • I assume this would be the most common use-case
    • empty keyOrIndex value?
    • this is how the function always operates at the time of creating this issue

dansmith65 avatar Apr 27 '15 18:04 dansmith65