Warning: Cannot use a scalar value as an array in /home/admin/public_html/forum/include/fm.class.php on line 757

Warning: Invalid argument supplied for foreach() in /home/admin/public_html/forum/include/fm.class.php on line 770
Форумы портала PHP.SU :: Версия для печати :: Перевод из "нечитаемого" json в читаемый
Форумы портала PHP.SU » » Вопросы новичков » Перевод из "нечитаемого" json в читаемый

Страниц (1): [1]
 

1. Athreem - 18 Октября, 2017 - 22:41:56 - перейти к сообщению
Привет, подскажите возможно ли перевести это
Спойлер (Отобразить)

Убрать все "\", чтобы потом можно было его разобрать с помощью json_decode
2. Строитель - 18 Октября, 2017 - 23:44:03 - перейти к сообщению
Athreem
Спойлер (Отобразить)

(Добавление)
Только целостность данных вроде бы будет нарушена. Тут наверное регуляркой надо пробовать.
3. teleoperator27 - 19 Октября, 2017 - 04:54:13 - перейти к сообщению
PHP:
скопировать код в буфер обмена
  1. $json_str =
  2. '[{\"alert_id\":\"3861801\",\"username\":\"Holdinalt\",\"amount\":\"204,10\",\"message\":\"\",\"total_sum\":\"3.563690\",\"currency\":\"RUB\"},{\"alert_id\":\"4030565\",\"username\":\"Perfectlife1337\",\"amount\":\"37\",\"message\":\"\",\"total_sum\":\"0.646039\",\"currency\":\"RUB\"},{\"alert_id\":\"20633679\",\"username\":\"HammerS\",\"amount\":\"18\",\"message\":\"\",\"total_sum\":\"0.314289\",\"currency\":\"RUB\"},{\"alert_id\":\"4844026\",\"username\":\"\\u0444\\u0435\\u043d\\u0448\\u0443\\u0439\",\"amount\":\"16\",\"message\":\"\",\"total_sum\":\"0.279368\",\"currency\":\"RUB\"},{\"alert_id\":\"11663474\",\"username\":\"22kHz\",\"amount\":\"15\",\"message\":\"\",\"total_sum\":\"0.261908\",\"currency\":\"RUB\"},{\"alert_id\":\"4716738\",\"username\":\"F u n P a y . r u - \\u0431\\u0438\\u0440\\u0436\\u0430 \\u0438\\u0433\\u0440\\u043e\\u0432\\u044b\\u0445 \\u0432\\u0430\\u043b\\u044e\\u0442\",\"amount\":\"15\",\"message\":\"\",\"total_sum\":\"0.261908\",\"currency\":\"RUB\"},{\"alert_id\":\"9566686\",\"username\":\"\\u0428\\u0443\\u0440\\u0431\\u043e\\u0442\",\"amount\":\"15\",\"message\":\"\",\"total_sum\":\"0.261908\",\"currency\":\"RUB\"},{\"alert_id\":\"13270750\",\"username\":\"10000Rub\",\"amount\":\"10\",\"message\":\"\",\"total_sum\":\"0.174605\",\"currency\":\"RUB\"},{\"alert_id\":\"3656660\",\"username\":\"dante6715\",\"amount\":\"10\",\"message\":\"\",\"total_sum\":\"0.174605\",\"currency\":\"RUB\"},{\"alert_id\":\"4190030\",\"username\":\"narnia\",\"amount\":\"5\",\"message\":\"\",\"total_sum\":\"0.087303\",\"currency\":\"RUB\"},{\"alert_id\":\"3819904\",\"username\":\"\\u041f\\u0438\\u0441\\u044e\\u043d \\u0412\\u0430\\u0441\\u0438\\u043b\\u044c\\u0435\\u0432\\u0438\\u0447\",\"amount\":\"3\",\"message\":\"\",\"total_sum\":\"0.052382\",\"currency\":\"RUB\"},{\"alert_id\":\"4579630\",\"username\":\"chickenukr\",\"amount\":\"2\",\"message\":\"\",\"total_sum\":\"0.034921\",\"currency\":\"RUB\"},{\"alert_id\":\"4613148\",\"username\":\"csgotopdrop . ru\",\"amount\":\"2\",\"message\":\"\",\"total_sum\":\"0.034921\",\"currency\":\"RUB\"},{\"alert_id\":\"1442667\",\"username\":\"dmxmonster\",\"amount\":\"2\",\"message\":\"\",\"total_sum\":\"0.034921\",\"currency\":\"RUB\"},{\"alert_id\":\"3819826\",\"username\":\"\\u0414\\u0440\\u0438\\u0441\\u0442\\u0430\",\"amount\":\"2\",\"message\":\"\",\"total_sum\":\"0.034921\",\"currency\":\"RUB\"},{\"alert_id\":\"20269268\",\"username\":\"1\",\"amount\":\"1\",\"message\":\"\",\"total_sum\":\"0.017461\",\"currency\":\"RUB\"},{\"alert_id\":\"9135164\",\"username\":\"110\",\"amount\":\"1\",\"message\":\"\",\"total_sum\":\"0.017461\",\"currency\":\"RUB\"},{\"alert_id\":\"21732475\",\"username\":\"Fury_Gaming(\\u0424\\u044c\\u044e\\u0440\\u0438)\",\"amount\":\"1\",\"message\":\"\",\"total_sum\":\"0.017461\",\"currency\":\"RUB\"},{\"alert_id\":\"9571274\",\"username\":\"Tayg3n\",\"amount\":\"1\",\"message\":\"\",\"total_sum\":\"0.017461\",\"currency\":\"RUB\"},{\"alert_id\":\"11679260\",\"username\":\"\\u0451\",\"amount\":\"1\",\"message\":\"\",\"total_sum\":\"0.017461\",\"currency\":\"RUB\"},{\"alert_id\":\"9269616\",\"username\":\"\\u0421\\u043e\\u0431\\u0430\\u043a\\u0430 \\u0438\\u0437 \\u0444\\u0430\\u043b\\u0430\\u043d\\u0435\\u043b\\u044c\\u0444\\u0438\\u0438\",\"amount\":\"1\",\"message\":\"\",\"total_sum\":\"0.017461\",\"currency\":\"RUB\"},{\"alert_id\":\"9681315\",\"username\":\"\\u0421\\u0442\\u0438\\u0432 \\u0414\\u0436\\u043e\\u0431\\u0441\",\"amount\":\"1\",\"message\":\"\",\"total_sum\":\"0.017461\",\"currency\":\"RUB\"}]'
  3. ;
  4.  
  5. print_r(json_decode(stripslashes(str_replace('\\u', '\\\u', $json_str))));
  6.  

Радость

 

Powered by ExBB FM 1.0 RC1