1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-01-06 11:03:49 -08:00
parent 8d19e4cb7b
commit 94f62a9bf3
2 changed files with 6 additions and 6 deletions

View File

@ -56,9 +56,9 @@ Schema:
"unix_flags": string
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
{
"success": boolean, # true if successfully parsed, false if error
"error": string, # exists if "success" is false
"line": string # exists if "success" is false
"success": boolean, # true if successfully parsed, false if error
"error": string, # exists if "success" is false
"line": string # exists if "success" is false
}
}

View File

@ -53,9 +53,9 @@ Schema:
"unix_flags": string
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
{
"success": boolean, # true if successfully parsed, false if error
"error": string, # exists if "success" is false
"line": string # exists if "success" is false
"success": boolean, # true if successfully parsed, false if error
"error": string, # exists if "success" is false
"line": string # exists if "success" is false
}
}