Database Error Messages

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.