fortnite-php icon indicating copy to clipboard operation
fortnite-php copied to clipboard

Store to json (help)

Open juanjoserodrigolazaro opened this issue 5 years ago • 1 comments

hello, how can i encode the store result to json? im tryint to make an app and i need json to parse it!

juanjoserodrigolazaro avatar Nov 18 '18 20:11 juanjoserodrigolazaro

After you get store data, just get the json code of object: <?php $your_json = json_encode($data); ?>

atgrau avatar Nov 19 '18 08:11 atgrau