Mocky icon indicating copy to clipboard operation
Mocky copied to clipboard

Ability to support JSON objects in content.

Open davidPalechor opened this issue 3 years ago • 0 comments

It would be handy if it could support json-like strings and json objects as well on the server side.

like

{
    "status": 200,
    "content": {"data":"something"},
    "content_type": "application/json",
    "charset": "UTF-8",
    "secret": "randomSecret",
    "expiration": "never"
}

davidPalechor avatar Jun 11 '21 21:06 davidPalechor