if you want to PHP and JSON  Unserialization Online

you have a serialized JSON string, maybe even base64 encoded, but what you want is an easy-to-read unserialized version. Unserialize is the solution. Dont't wory here Simply paste in your serialized string, click to "Unserialize", and display your unserialized text in an easy-to-read format.

https://www.unserialize.com/


Example Json String : 


[

{

  'name':"CodeHubDeep",

  'Url':'https://codehubdeep.blogspot.com/',

  'State':'uttar pradesh',

  'District':'Bhadohi'

},

{

  'name':"Deepak",

  'Url':'https://codehubdeep.blogspot.com/',

  'State':'uttar pradesh',

  'District':'Bhadohi'

},

{

  'name':"Vritant",

  'Url':'https://codehubdeep.blogspot.com/',

  'State':'uttar pradesh',

  'District':'AjamGadh'

},

]

 

PHP Unserialization Json String Online


# Exit is language Construct so you can use without parenthesis

# print_r for debugging means printing in a Formatted way

# vardump : Used to Perform Postmartum of a variable : Datatype and Its value with no. of character in its data value but thing is it should be string type

# var_dump can be used to print boolean false which echo, print,print_r no one can be print

# var_dump is not a language construct: parenthesis are mendatory

# var_dump: can be used to print objects

# difference B/w var_dump and var_export

# var_export is same as var_dump but in print outs the output in a structure Manner or valid php code



Developers Approach


How to validate Json_string http://jsonviewer.stack.hu/ Paste the code and Try to parse if any error it will tell.

In Json Viewer ..Iterable


if you to try to use free api : https://jsonplaceholder.typicode.com/


Here You are find more 6 common resources free api for testing purpose : 


Resources

JSON Placeholder comes with a set of 6 common resources: 


posts  100 posts

comments 500 comments

albums 100 albums

photos 5000 photos

todos  200 todos

users  10 users