SignalingDescription.fromJson()
DESCRIPTION
Create a description from a JSON string.
DECLARATION
public static SignalingDescription fromJson(String json) throws IOException
PARAMETERS
json:
- The JSON string to parse
RETURNS
The resulting description object.