libb.json_load_byteified

json_load_byteified(file_handle)[source]

Parse ASCII encoded JSON from file handle.

Parameters:

file_handle – File handle to read from.

Returns:

Parsed JSON data.