helpers/dirty_json.py.dox.md
dirty_json.py helper module.dirty_json.py because this directory is intentionally flat.dirty_json.py owns the runtime implementation.dirty_json.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.DirtyJson (no explicit base class)
parse_string(json_string)parse(self, json_string)feed(self, chunk)get_start_pos(self, input_str: str) -> inttry_parse(json_string: str)parse(json_string: str)stringify(obj, **kwargs)json.DirtyJson.parse_string, json.dumps, json.loads, self._reset, self.stack.pop, DirtyJson, parser.parse, self.get_start_pos, self._parse, self._advance, self._skip_whitespace, self._parse_object_content, self._parse_array_content, self._skip_padding_from, self._looks_like_missing_comma_before_key, result.strip, self.current_char.isspace, self._parse_value, self._continue_parsing, self._parse_object.tests/test_dirty_json.pytests/test_projects.pyNo child DOX files.