Constructor
new JsonUtils()
JSON processing utility functions.
- Source:
Methods
jsonToMpd(jsonnon-null) → {string}
Converts a DASH-JSON manifest (dash-json-schema) into an MPD XML string.
Parameters:
| Name | Type | Description |
|---|---|---|
json |
Object | Root JSON object following dash-json-schema. |
- Source:
Returns:
- Type
- string