dreamhead / moco

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

json param is random #256

Closed 15652915156 closed 5 years ago

15652915156 commented 5 years ago

request params

"json": {
"a": "1",
"b": 2
}

but the value "b" is random ,how match it,it seems json need full match

15652915156 commented 5 years ago

@dreamhead can you help to answer this problem?thanks!

dreamhead commented 5 years ago

You can try jsonPath

15652915156 commented 5 years ago

Thanks for your kindly help.