tiny-rdm/backend/utils/convert
Lykin bb4ab109e7 fix: keep key sorting under "Unicode JSON" format #158 2024-02-27 14:50:19 +08:00
..
base64_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
binary_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
brotli_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
cmd_convert.go perf: hide window on windows when run external command for decode 2024-02-20 23:27:31 +08:00
common.go perf: hide window on windows when run external command for decode 2024-02-20 23:27:31 +08:00
common_nonwindows.go perf: hide window on windows when run external command for decode 2024-02-20 23:27:31 +08:00
common_windows.go perf: hide window on windows when run external command for decode 2024-02-20 23:27:31 +08:00
convert.go feat: add "Unicode JSON" format to display JSON string contains unescaped unicode charactor #158 2024-02-21 15:08:29 +08:00
deflate_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
gzip_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
hex_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
json_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
msgpack_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
php_convert.go fix: slashes should not be escaped in PHP decoder 2024-02-22 00:22:29 +08:00
pickle_convert.go perf: hide window on windows when run external command for decode 2024-02-20 23:27:31 +08:00
unicode_json_convert.go fix: keep key sorting under "Unicode JSON" format #158 2024-02-27 14:50:19 +08:00
xml_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
yaml_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
zstd_convert.go feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00