Encoding JSON in UTF-16 or UTF-32

后端 未结 2 1996
[愿得一人]
[愿得一人] 2020-12-17 17:37

The JSON RFC, section 2.5, says in part:

To escape an extended character that is not in the Basic Multilingual Plane, the character is represented a

2条回答
  •  粉色の甜心
    2020-12-17 18:18

    There is one idea we explored and it got worked in Azure Datafactory. Convert the encoding format to US-ASCII in the sink part(Json File). Source remains the same REST API Link:

    enter image description here

提交回复
热议问题