# These examples can be used directly in VSCode, using REST Client extension (humao.rest-client)
# Parse un flux JSON, et le returne sans modification
POST http://localhost:31976/v1/no-accent?indent=true HTTP/1.1
Content-Type: application/json
[
{ "value": "é" },
{ "value": "à" }
]
###