Files
bruno/tests/response/json-response-formatting/fixtures/collection/request.bru

20 lines
257 B
Plaintext

meta {
name: request
type: http
seq: 1
}
post {
url: https://echo.usebruno.com
body: json
auth: none
}
body:json {
{
"bigint": 1736184243098437392,
"unicode": ["\u4e00","\u4e8c","\u4e09"],
"forwardslashes": "\/url\/path\/"
}
}