This section will provide a brief explaination to all parts and functions included in lambdaJSON lib.
Everything inside __init__.py!
if used, this value returns name of the author of the lambdaJSON lib, ‘Pooya Eghbali’.
if used, this value returns the version of the lambdaJSON lib, eg: 2.0.16.
if used, this value returns the name of the json lib in use, eg: ‘ujson’. You can use this to find the json lib if you want to pass for example ujson specific arguments to the deserialization function.
this is imported from __main__. the __builtins__ included in the top level module.