Source Code:
(back to article)
<?php $jsonData = ['id' => 1, 'category' => 'Programmiersprachen', 'name' => 'Php', 'type' => 'Server Side']; echo json_encode($jsonData); ?>
Result:
Report an issue