@ujjwalguptaofficial
Could you please explain the importance of shouldParsePost member in AppOption class ? What does it do internally and what happens if the value is false ?
Scenario:
I was trying to validate the validity of the JSON (whether the json is formatted as per the JSON standards ) that is sent as request body to the server, but the framework from somewhere throws Post data invalid when an invalid JSON is shared, how does that work and can I customize the message or detect invalid JSON myself ?