{"IsIndexed": false}
return new JsonResponse(
$this->serializer->serialize(
new PageRepresentation($page),
'json',
SerializationContext::create()->setGroups(['page_read'])->setSerializeNull(true)
),
JsonResponse::HTTP_OK,
[],
true
);
"{\"IsIndexed\":false}"