1
Answer

Return JSON Object

Atulya Raj

Atulya Raj

4y
794
1
How should I return a JSON object in the following code?
I want to return a JSON file like this-
{
   "Success":true,
   "Error":"ANY ERROR" 
 
Below is the code-
 
 
 
Answers (1)