response outline for JSON responses (#1484)

Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
harshlele
2021-02-23 08:09:16 +05:30
committed by GitHub
parent 5fe1de170d
commit ff7bb1f303
4 changed files with 284 additions and 13 deletions

View File

@@ -43,6 +43,7 @@
<ace-editor
:value="jsonBodyText"
:lang="'json'"
:provideJSONOutline="true"
:options="{
maxLines: responseBodyMaxLines,
minLines: '16',