Skip to content

Conversation

@ninewise
Copy link

This option will wrap the top of the stack in given key. Manipulation
example:

$ cat sample.json
{"a": 1, "b": 2}

$ jshon -e a -w a2 -i a < sample.json
{
 "a": {
  "a2": 1
 },
 "b": 2
}

This option will wrap the top of the stack in given key. Manipulation
example:

    $ cat sample.json
    {"a": 1, "b": 2}

    $ jshon -e a -w a2 -i a < sample.json
    {
     "a": {
      "a2": 1
     },
     "b": 2
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant