public function LikeBtn::jsonDecode in Like Button 7
Same name and namespace in other branches
- 8.2 likebtn.php \LikeBtn::jsonDecode()
Decode JSON.
3 calls to LikeBtn::jsonDecode()
- LikeBtn::apiRequest in ./
likebtn.php - Request to API.
- LikeBtn::syncLocales in ./
likebtn.php - Locales sync function.
- LikeBtn::syncStyles in ./
likebtn.php - Styles sync function.
File
- ./
likebtn.php, line 148 - LikeBtn like button.
Class
Code
public function jsonDecode($jsong_string) {
return json_decode($jsong_string, TRUE);
}