1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

fix spelling

This commit is contained in:
Kelly Brazil
2021-12-09 10:54:04 -08:00
parent ea61434123
commit a9ed55c006
11 changed files with 11 additions and 11 deletions

View File

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