Description
Tell us about the task you want to perform and are unable to do so because the feature is not available
Support comments in JSON request body
{
// one-line comment
"foo": "bar",
/*
* multi-line block comment
*/
"baz": "qux",
}
Potential solution can be searched here - https://fluttergems.dev/json/