class JSONFilter::FieldsParser
- JSONFilter::FieldsParser
- Reference
- Object
Defined in:
invidious/helpers/json_filter.crClass Method Summary
- .get_bracket_pairs(text : String, recursive = true) : BracketIndex
-
.nest_group_pattern : Regex
Returns the
Regex
pattern used to match nest groups - .parse_fields(fields_text : String, &) : Nil
- .parse_nest_groups(fields_text : String, &) : Nil
- .parse_single_nests(fields_text : String, &) : Nil
- .remove_nest_groups(text : String) : String
-
.unnamed_nest_group_pattern : Regex
Returns the
Regex
pattern used to check if there are any empty nest groups
Class Method Detail
def self.unnamed_nest_group_pattern : Regex
#
Returns the Regex
pattern used to check if there are any empty nest groups