get_json>>
Method to extract a PHP array from an encoded string in the json_table
in the database.
Class: bb_database, called as $main
File: bb_database.php (php)
Declaration:
function get_json($con, $lookup)
Usage:
$main->get_json($con, $lookup);
Returns: PHP array from json_table
row.
Parameter: $con (database connector)
Valid database connection.
Parameter: $lookup (string)
Key used to find JSON row in the database.
Updated: 2016-07-09