Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

JZN-00094

JSON parser cannot be used on binary JSON input

Cause

A binary JSON was given as the input to the textual JSON parser.


Action

Use the binary JSON directly, or serialize it to textual JSON before giving it as input to a parse operation.