Closed titouancreach closed 2 months ago
Closing this due to v3 release. This is because older versions decode and encode the json body to validate json and inject variables. Now rest.nvim only validates json and inject variables without the context of json syntax.
In some case, order in json is important and I noticed, keys in json objects are reordered, for example:
is
Command: curl -sSL --compressed -X 'POST' -H 'Accept: application/json' -H 'Content-Type: application/json' --data-raw '{"param": {"radius": 4, "$type": "Circle"}}' 'http://localhost:5237/du/'
If I change the my request as follow:
The generated request is still: