Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jsonModify: allow positional insertion of array value? #27

Open
dansmith65 opened this issue Apr 27, 2015 · 0 comments
Open

jsonModify: allow positional insertion of array value? #27

dansmith65 opened this issue Apr 27, 2015 · 0 comments
Assignees

Comments

@dansmith65
Copy link
Owner

  • 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 dansmith65 self-assigned this Apr 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant