-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Using this module, I convert api_raw_spec string into json object via JSON.parse, I am getting the list of below errors,
- JSON having error SyntaxError: while parese the api_raw_spec in JSON.parse if YAML description contain Double-quote (")
- Showing the wrong array structure if YAML sample response contains an array. FYI, array name will be 0 and it's having array inner elements, then array name as a string, for example, wrong structure:
{"id":123,"name":"sample name","0": ["email1","email2"],"emails": ""}
correct structure:
{"id":123,"name":"sample name","emails": ["email1","email2"]} - Showing description as an array instead of a string if the multiline description in the sample response of YAML.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels