タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

jsonとqueryに関するbraitomのブックマーク (1)

  • JMESPath — JMESPath

    { "locations": [ {"name": "Seattle", "state": "WA"}, {"name": "New York", "state": "NY"}, {"name": "Bellevue", "state": "WA"}, {"name": "Olympia", "state": "WA"} ] } Result Try it Out! Enter an expression in the search box to see JMESPath in action. The expression is evaluated against the JSON data and the result is shown in the result pane. To learn more about JMESPath, check out the JMESPath Tut

    braitom
    braitom 2018/02/18
    JSON用のクエリ言語。各種プログラミング言語用のライブラリ、コマンドラインツールも用意されている。
  • 1