-
Notifications
You must be signed in to change notification settings - Fork 48
feat: Add JSON indentation option to decode() method #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 2 commits
e35585f
fd4c793
44ffada
9f906f9
41a8da5
aa992fd
25ca310
16bfa8f
7f854b5
239e9d2
28dc1ea
089fa56
f4e54ed
c7bdbcf
b53ca61
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -52,12 +52,26 @@ class DecodeOptions: | |||||||||||||||
|
|
||||||||||||||||
| Attributes: | ||||||||||||||||
| indent: Number of spaces per indentation level (default: 2) | ||||||||||||||||
| Used for parsing TOON format. | ||||||||||||||||
| strict: Enable strict validation (default: True) | ||||||||||||||||
| Enforces spec conformance checks. | ||||||||||||||||
|
Comment on lines
54
to
+57
|
||||||||||||||||
| indent: Number of spaces per indentation level (default: 2) | |
| Used for parsing TOON format. | |
| strict: Enable strict validation (default: True) | |
| Enforces spec conformance checks. | |
| indent: Number of spaces per indentation level (default: 2). | |
| strict: Enable strict validation (default: True). | |
| Enforces TOON specification conformance checks. |
Uh oh!
There was an error while loading. Please reload this page.