<?php $arr = ['s.n' => 1, 'english_word' => 'test', 'nepali_word' => 'परीक्षण']; echo json_encode($arr, JSON_UNESCAPED_UNICODE);
You have javascript disabled. You will not be able to edit any code.