jsonBytes | java.lang.Byte[]. JSON content in bytes (byte array) to convert to a document. |
decodeReal AsDouble | String. Optional. Converts real numbers from jsonBytes to either a Float or Double Java wrapper type. Set to: ![]() ![]() Default value is true. |
decodeInteger AsLong | String. Optional. Converts integers from jsonBytes to either a Long or Integer Java wrapper type. Set to: ![]() ![]() Default value is true. |
document | Document. Document resulting from the conversion of jsonBytes. |