forked from apidoc/apidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let escape fields with dot (apidoc#774) (apidoc#1063)
* let escape fields with dot (apidoc#774) * fix optional fields display * fix issue with objects nesting * accept both '.' and '[]' for object properties * fix an issue with json conversion * fix json/form-data conversion * fix json object/array conversion * taking into account @NicolasCARPi remarks * typo * json to form-data array of objects conversion * improve json/form-data conversion * json conversion for anonymous arrays of objects * accept only dot notation * use of brackets for object properties is deprecated * remove useless eslint comment * add ifNotObject helper * Merge branch 'dev' into add_feature_774 * fix ifNotObject helper --------- Co-authored-by: Emmanuel Saracco <[email protected]>
- Loading branch information
Showing
11 changed files
with
307 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.