Skip to content

Commit 09ef91c

Browse files
fix: add JSON to CodeLanguageLabel (#413)
* fix: add JSON to CodeLanguageLabel Signed-off-by: Peter Staar <[email protected]> * fixed the docs Signed-off-by: Peter Staar <[email protected]> --------- Signed-off-by: Peter Staar <[email protected]>
1 parent 9b9e8a7 commit 09ef91c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docling_core/types/doc/labels.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ class CodeLanguageLabel(str, Enum):
232232
HAXE = "Haxe"
233233
JAVA = "Java"
234234
JAVASCRIPT = "JavaScript"
235+
JSON = "JSON"
235236
JULIA = "Julia"
236237
KOTLIN = "Kotlin"
237238
LISP = "Lisp"

docs/DoclingDocument.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@
355355
"Haxe",
356356
"Java",
357357
"JavaScript",
358+
"JSON",
358359
"Julia",
359360
"Kotlin",
360361
"Lisp",

0 commit comments

Comments
 (0)