<?php $json = '{"GetCodeResult": { "Selling":"1000.67114", "Buying":"9000.65789" } }'; echo json_encode(json_decode($json, true)['GetCodeResult']);
You have javascript disabled. You will not be able to edit any code.