You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ xo --wrap "a/b/c" --json --pretty "{:name}{:value}\n" one a
"a": {
"b": {
"c": {
"name": "one",
"value": "a"
}
}
}
which isn't a complete json object. A "--object-wrapper" option should put the entire output inside a "{}" wrapper. This should be true for "--open" and "--close" as well.
The text was updated successfully, but these errors were encountered:
which isn't a complete json object. A "--object-wrapper" option should put the entire output inside a "{}" wrapper. This should be true for "--open" and "--close" as well.
The text was updated successfully, but these errors were encountered: