You are here

public function LikeBtn::jsonDecode in Like Button 8.2

Same name and namespace in other branches
  1. 7 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

LikeBtn

Code

public function jsonDecode($jsong_string) {
  return json_decode($jsong_string, TRUE);
}