PHP JSON Tester
Call a json web service from PHP and read back the results. 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051<?php // build the json request $userid = ‘jonest’; //strip invalid characters that would not encode to json …