feat: Add support for simple text files (#2630)

This commit is contained in:
Matthew Zhou
2025-06-04 14:36:25 -07:00
committed by GitHub
parent 82b3222a52
commit bbdfc3f2cd
8 changed files with 405 additions and 506 deletions

22
tests/data/test.json Normal file
View File

@@ -0,0 +1,22 @@
{
"glossary": {
"title": "example glossary",
"GlossDiv": {
"title": "S",
"GlossList": {
"GlossEntry": {
"ID": "SGML",
"SortAs": "SGML",
"GlossTerm": "Standard Generalized Markup Language",
"Acronym": "SGML",
"Abbrev": "ISO 8879:1986",
"GlossDef": {
"para": "A meta-markup language, used to create markup languages such as DocBook.",
"GlossSeeAlso": ["GML", "XML"]
},
"GlossSee": "markup"
}
}
}
}
}