Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/json/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
JSON属性neo4j中的数值_Json_Neo4j_Cypher - Fatal编程技术网

JSON属性neo4j中的数值

JSON属性neo4j中的数值,json,neo4j,cypher,Json,Neo4j,Cypher,我正在尝试解开一个json,其中一个节点是数字的:0 { "0": { "return_at": "2020-05-20T15:00:00Z", "departure_at": "2020-03-24T16:15:00Z", "expires_at": "2020-02-29T03:10:12Z", "airline": "SU", "price": 22810, "flight_number": 6283 } } 当我返回data.da

我正在尝试解开一个json,其中一个节点是数字的:0

{
  "0": {
    "return_at": "2020-05-20T15:00:00Z",
    "departure_at": "2020-03-24T16:15:00Z",
    "expires_at": "2020-02-29T03:10:12Z",
    "airline": "SU",
    "price": 22810,
    "flight_number": 6283
  }
}
当我
返回data.data.UUS.0
时,Cypher会抛出以下错误: 输入“0”无效:应为标识符

我试着引用、括号等,但没有任何帮助。谁能帮我一下吗


谢谢。

在Stackoverflow的语法指导下,我自己解决了这个问题。答案是一双鞋``

data.data.UUS.
0