79667576

Date: 2025-06-16 12:09:34
Score: 0.5
Natty:
Report link

Example as php:

//On top of oyur code
header('Content-Type: application/json');
//To output some array data into JSON
$response = array("Key1" => "Value1", "Key2" => "Value2");
echo json_encode($response);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andy McRae