cedric05 / dothttp

dsl for http. https://marketplace.visualstudio.com/items?itemName=ShivaPrasanth.dothttp-code

Home Page:https://docs.dothttp.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] key value of json property should not be considered as json

cedric05 opened this issue · comments

@name('get')
POST 'https://{{host=httpbin.org}}/post'
"header" : "header2"
json(
{
    {{prop}}: "value"
})

property with below fails
prop = '{"hai": "google"}'