当前位置:网站首页>Secure JSON protocol

Secure JSON protocol

2022-06-26 15:20:00 Super big surpass

        In a system ,Json Many times, it is necessary to be compatible with various unpredictable types . The common problem is , Need to get a Json type , But you actually get a string , This string cannot be converted to Json Format . In order to avoid the unavailability of the system caused by this data type conversion , It often needs an intermediate conversion program with good compatibility ( section ).

        for example , A random string is passed "_random_str_" , We can package it into a Json:

{
    "key1" : "_random_str_"
}

        key Determined by certain rules .

原网站

版权声明
本文为[Super big surpass]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/177/202206261500145691.html