我目前正在研究一种看似奇怪的格式的数据流水线,它似乎同时具有JSON和XML元素
以下是这种格式的示例:
{
:cf_affiliate_id>"",
:time_zone>"",
:utm_source>"",
:utm_medium>"",
:utm_campaign>"",
:utm_term>"",
:utm_content>"",
:cf_uvid>"",
:webinar_delay>"",
:purchase>{
"taxamo_transaction_key">"",
"payment_method_nonce">"",
"order_saas_url">"",
"product_id">"",
"stripe_customer_id">""
},
:upsell>""
}
此结构符合任何标准吗?我还找不到任何东西,所以我决定在编写自己的解析器之前先在这里询问