Atulya Raj

Atulya Raj

  • NA
  • 23
  • 3.3k

Return JSON Object

Jun 24 2020 12:38 PM
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)