【问题标题】:What is the name of this strange JSON like format这种奇怪的 JSON 格式的名称是什么
【发布时间】:2018-01-22 19:22:51
【问题描述】:

我在使用 Apple 的应用内购买 API 时发现了类似 JSON 的格式。 Apple 的应用内订阅返回 base64 编码的收据,当我对其进行解码时,它看起来像一个奇怪的类似 JSON 格式的字符串。它的部分看起来像这样:

{
    "purchase_info" = "123";
    "subscription_id" = "7F12371239123";
}

有人知道这种格式的名称吗?

【问题讨论】:

标签: ios format in-app-purchase


【解决方案1】:

格式看起来像https://en.wikipedia.org/wiki/Property_list, 曾被 Apple 用于 macOS、iOS、NeXTSTEP 和 GNUstep 编程框架中。

【讨论】:

    猜你喜欢
    • 2010-09-09
    • 2011-02-10
    • 1970-01-01
    • 2020-06-26
    • 1970-01-01
    • 2016-11-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多