-
-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Milestone
Description
- 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.
- 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