Parser
class Parser
A class responsible for parsing JSON data from a file into a TimelineData object.
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.