问题标签 [jsonparser]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
4 回答
1287 浏览

javascript - 无法将字符串解析为 Js 中的 Json 对象

json字符串如下:

JSON.parse() 无法将此字符串解析为对象。问题出在字符串中的“Shiva 居住地” 。JSON 无法解析内部双引号(“”)字符串。

谁能帮我解决这个问题。

0 投票
2 回答
11694 浏览

c++ - JSON parsing using nlohmann json

I am trying to parse the JSON structure using nlohmann's json.hpp . But I am not to create the JSON structure from the string. I have tried all the way, but still it is failing.

My requirement is to:

1) Create the JSON structure from the string.

2) Find the value of "statusCode" from it.

After trying for so long time, I am really getting doubt, does nlohmann's json parser support nested JSON or not.

Below are the error for both the initialisations:

0 投票
3 回答
1607 浏览

c# - 尝试解析 JSON 响应时出错 - 无法将“System.String”类型的对象转换为“”类型

尝试解析 JSON 响应时出错

JSON字符串

附有错误详细信息和准确 JSON 字符串的屏幕截图

在此处输入图像描述

我正在使用以下代码生成 JSON

0 投票
1 回答
183 浏览

scala - 使用 scala 解析 json 对象,其中键以数字开头

我想使用 Scala 解析以下 JSON 对象:

通常我使用:

问题是我无法使用以数字开头的参数定义案例类。规避这种情况的最佳方法是什么?

0 投票
0 回答
1713 浏览

json - XML到JSON角度4

我使用了一个 api,它以 XML(以下格式)而不是 JSON 给出结果。

我使用像这样的 xmlToJson 方法将上述 xml 转换为 JSON。

让 jsonText = JSON.stringify(this.xmlToJson(xml)); 让 jsoParseData = JSON.parse(jsonText);

我得到了以下格式的结果。

但我想以以下格式提取到 JSON

提前致谢

0 投票
2 回答
92 浏览

android - recyclerview中第一次没有获取到数据;

我的应用程序中有 FB、Google 和正常登录。当我使用 FB 或 google 登录时,一切都很好,但是每当我从应用程序注册并立即登录时,我没有在 CartActivity RecyclerView 中获取数据,但数据显示在邮递员中或浏览器。当我卸载应用程序并重新安装数据时,再次开始显示旧的登录凭据。购物车活动:

0 投票
1 回答
236 浏览

json - 将特定 YAML 转换为 JSON

假设我有以下特定的 YAML 文件:

使用 ruby​​ 命令ruby -ryaml -rjson -e 'puts JSON.pretty_generate(YAML.load(ARGF))' test.yml > testTab.json我只打印了最后一个参数:

我的问题是如何打印所有三个参数而不是只打印最后一个?

0 投票
1 回答
122 浏览

json - F# 中的静态成员分配和 JSON 解析

JSON 是否可以解析为类型数据或任何其他形式,我可以使用 Microsoft 提供的内置库访问 F# 中的每个单独项目?

以下是由以下代码生成的输出。

"{"account_type":"type1","address":"US","preferred_languages":["en","ar","cn"],"displayName":"John","last_name":"Doe “}”

最好在一个类型中,例如

编辑

尝试使用 JSON.net

0 投票
1 回答
39 浏览

php - 如何解析数组格式为 Array ( [return] => in PHP

我有这样的输出格式api:

谁能帮我解析每个 HEADER->NO_BARAN ?谢谢

0 投票
2 回答
5250 浏览

javascript - SyntaxError:JSON 解析错误:尝试解析 json 时出现意外的标识符“对象”

尝试将字符串解析为 json 时出现错误

这是我的字符串

这是我的javascript函数