class Subtitles::JSON
- Subtitles::JSON
- Subtitles::Format
- Reference
- Object
Overview
A JSON representation of the internal intermediary format.
Defined in:
format/json.crConstant Summary
-
JSON_FT_REGEX =
/^\s*\[\s*\{\s*"/
Constructors
-
.new(content : IO)
initialize with the content
-
.new(content string : String)
initialize with the content
- .new(captions : Captions, eol = "\r\n")
-
.new(*, filepath : String)
Read in a JSON-formatted subtitle from the given filepath.