Skip to content

Provide comment syntax for responses #3

@sideshowcoder

Description

@sideshowcoder

The files don't provide a way to comment the fields or even the whole file, this would ease development and documentation.

something like

// this is a comment
{
  "key":"value",
  // another comment
  "keyTwo":"oneMoreValue"
}

should result in

{ "key":"value", "keyTwo":"oneMoreValue" } 

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions