Skip to content

JSON template correction #253

@chinyeungli

Description

@chinyeungli
  1. JSON (at least parsers, et al) do not support “newlines” (real ones) in the values associated with parameters, so instead of having an actual newline character, a “\n” is required instead (at least this is what I have found so far). Your JSON output had newlines instead of the escaped characters.
  2. Both sides of the parameter:value pair need to be quoted. In the entries array of the JSON output provided, the values were not quoted, only the parameters.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions