LRC SRT to JSON Converter

Convert lyrics LRC or SRT (SubRip) to JSON format

LRC is a lyrics file format introduced by the program Lyrics Displayer. Lines of songs are preceded by the time when they appear in the song.

SRT is a lyrics file format generated by the SubRip software. Lines of songs are preceded by a range of time (start to end) during which the lyrics line appears on the song.

JSON (JavaScript Object Notation) is a simple format for data interchange on Web as compared to XML. JSON is extremely seamless to work with JavaScript Or PHP. Douglas Crockford originally specified the JSON format in the early 2000s.