By editor, 11 May, 2017 YAML or JSON Tags Drupal 8 Code JSON YAML Yml vs Json A make a small test to test YAML vs PHP performance. The result is:
By editor, 18 May, 2016 JSON Encode and Decode Tags Drupal 8 Code JSON Example : use Drupal\Component\Serialization\Json; $json = Json::encode($data); $data = Json::decode($json);
By editor, 20 November, 2015 Return JSON array as resut - Provide Json Interface Tags Drupal 8 Code JSON You can do that using Symfony JsonResponse. Exemple 1. return new \Symfony\Component\HttpFoundation\JsonResponse($array);