dreamhead / moco

Easy Setup Stub Server
MIT License
4.36k stars 1.08k forks source link

May I get one of content value by template #247

Open johnnyyao16 opened 6 years ago

johnnyyao16 commented 6 years ago

Here is the sample in doc: { "request": { "uri": "/template" }, "response": { "text": { "template": "${req.content}" } } }

I would like to get one of value from content, such like ${req.content.xxx} or ${req.content['xxx']}. Thanks!