相关疑难解决方法(0)

你会推荐哪种Perl模块用于JSON操作?

像往常一样,我很乐意处理CPAN,因为它得到了我们所需要的一切.像往常一样,我迷失了,因为有很多东西.

我可以自己找到核心JSON,并感受到JSON::Tiny另一个人的热情.

我的需求非常简单(从Open Library API解析东西),也许有一天会暴露我们自己的数据.

你喜欢这个任务的其他模块吗?

perl json cpan perl-module

12
推荐指数
5
解决办法
9241
查看次数

从JSON获取价值,JSON使用JavaScript在密钥名称中包含空格

{
"response": {
"success": 1,
"current_time": 1440089067,
"raw_usd_value": 0.125,
"usd_currency": "metal",
"usd_currency_index": 5002,
"items": {
    "A Brush with Death": {
        "defindex": [
            30186
        ],
        "prices": {
            "6": {
                "Tradable": {
                    "Craftable": {
                        "0": {
                            "currency": "metal",
                            "value": 4,
                            "last_update": 1436704678,
                            "difference": -0.5
                        }
                    }
                }
            }
        }
    },
    "A Color Similar to Slate": {
        "defindex": [
            5052
        ],
        "prices": {
            "6": {
                "Tradable": {
                    "Craftable": {
                        "0": {
                            "currency": "metal",
                            "value": 6,
                            "last_update": 1430635440,
                            "difference": 0.5,
                            "value_high": 7
                        }
                    } …
Run Code Online (Sandbox Code Playgroud)

javascript json space

3
推荐指数
1
解决办法
2196
查看次数

标签 统计

json ×2

cpan ×1

javascript ×1

perl ×1

perl-module ×1

space ×1