This commit is contained in:
narawat lamaiin
2024-05-15 13:35:26 +07:00
parent 62c6ce90ed
commit e9c91fdb4d
6 changed files with 179 additions and 77 deletions

View File

@@ -22,7 +22,7 @@ julia>
# TODO
- [] update docstring
- [PENDING] implement the function
- [WORKING] implement the function
# Signature
"""
@@ -293,7 +293,7 @@ function jsoncorrection(a::T1, input::T2,
correctjson = incorrectjson
return correctjson
catch e
@warn "Attempting correct JSON string. Attempt $attempt"
@warn "Attempting to correct JSON string. Attempt $attempt"
e = """$e"""
if occursin("EOF", e)
e = split(e, "EOF")[1] * "EOF"