The program keep get JsonParseError as following when database (200+ pages) query's response contains some specific pages, but I can't find out any error in json. Do you have any idea? Thank you!
err = JsonParseError {
source: Error("missing field `type`", line: 0, column: 0),
}