from_json#

rateslib.serialization.from_json(json)#

Create an object from JSON string.

Parameters:

json (str) – JSON string in appropriate format to construct the class.

Return type:

Object