add json support (#1493)

This commit is contained in:
yxt945
2021-10-27 21:00:25 +08:00
committed by GitHub
parent c008476417
commit 8f7e19310c

View File

@@ -862,6 +862,7 @@ local _binary_parser = {
[0x0c] = _get_datetime,
[0x0f] = _from_length_coded_str,
[0x10] = _from_length_coded_str,
[0xf5] = _from_length_coded_str,
[0xf9] = _from_length_coded_str,
[0xfa] = _from_length_coded_str,
[0xfb] = _from_length_coded_str,