Parser
class Parser
A class responsible for parsing JSON data from a file into a TimelineData object.
This parser uses Moshi for JSON deserialization and reuses a single Moshi instance for optimal performance.
Functions
Link copied to clipboard
Parses the given file into a TimelineData object.
Parses the given input stream into a TimelineData object.
Parses the given buffered source into a TimelineData object.