Skip to content

Pretty json form #5

@abandonedaccount6235

Description

@abandonedaccount6235

Suggestion:
Prettify the json form of a list when pretty is specified in the syntax

Example:

set {json::baz::foobar} to 25
set {json::bar} to 15
set {pretty} to pretty json form of {json::*} # see number 1
set {json} to json form of {json::*} # see number 2

1:

{  
   "bar":15,
   "baz":{  
      "foobar":25
   }
}

2:

{"bar":15,"baz":{"foobar":25}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions