sounds.parser¶
Attributes¶
Functions¶
|
Recursively parses a node. A node with a 'data' key is a container; otherwise, it's a playable item. |
|
|
|
|
|
|
|
Module Contents¶
- sounds.parser.ParseResult¶
- sounds.parser.parse_node(node) sounds.models.SoundsTypes | List[sounds.models.SoundsTypes] | None¶
Recursively parses a node. A node with a ‘data’ key is a container; otherwise, it’s a playable item.
- sounds.parser.parse_schedule(json_data)¶
- sounds.parser.parse_container(json_data) sounds.models.SoundsTypes | List[sounds.models.SoundsTypes] | None¶
- sounds.parser.parse_search(json_data) sounds.models.SearchResults¶