impactCn opened a new issue #2765:
URL: https://github.com/apache/incubator-shenyu/issues/2765


   ### Volunteer help
   
   For example, 
   ```
   time conversion 
   2022-01-12 21:40:36 -> 1641994836000,
   2022-01-12 21:40:36 -> 2022/01/12 21:40:36,
   
   Long to String
   1402839809805524992 -> '1402839809805524992'
   
   xml to json
   <user>shenyu<user/> -> {"user":"shenyu"}
   
   json to xml
    {"user":"shenyu"} -> <user>shenyu<user/>
   
   ```
   Defining such a format can support direct conversion and implement a certain 
standard interface, which can be converted into the desired type.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to