<?php $result = '{"Success": true, "Message": "", "Invoice": { "Number": "2313123", "Series": "SM", "Link": "https://randomlinkhere", "LinkPlata": null } }';
Standard input is empty
object(stdClass)#1 (3) {
["Success"]=>
bool(true)
["Message"]=>
string(0) ""
["Invoice"]=>
object(stdClass)#2 (4) {
["Number"]=>
string(7) "2313123"
["Series"]=>
string(2) "SM"
["Link"]=>
string(22) "https://randomlinkhere"
["LinkPlata"]=>
NULL
}
}
string(22) "https://randomlinkhere"