<?php

echo json_encode(array(
	"OK" 	=> 1, 
	"info" 	=> "Some JSON here", 
	"utf" 	=> "სიურპრიზი"
));
exit;