Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $json = '{
- "Installed Apps":[
- {
- "name": "Blog",
- "icon": "blog.png",
- "desc": "Drop a line"
- }
- ],
- "General Settings":[
- {
- "name": "Blog",
- "icon": "blog.png",
- "desc": "Drop a line"
- }
- ]
- }';
- $json = json_decode($json);
- echo var_dump($json);
- ?>
Advertisement
Add Comment
Please, Sign In to add comment