問題タブ [jsonslurper]
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.
jenkins - json を含むテキスト ファイルを解析して配列要素を取得する方法
json でテキスト ファイルを解析し、jsonArray から要素の 1 つを取得しようとしています。以下は、解析しようとしているjsonです
以下は、jenkinsfile での私の groovy 実装です。
このエラーメッセージが表示されます -
json - JSONObject を反復処理する
私は現在、groovy スクリプトの作成に取り組んでおり、groovy lang の初心者です。
私はそのような Json オブジェクトを持っています:
この Json オブジェクトを反復処理する必要があります。このオブジェクトの項目数は、「sixthVar」のようにさまざまです。私はJavaでの解決策を知っており、groovyで同様のものが必要です:
あるいは、Json オブジェクトを Json 配列に変換する方法があるのでしょうか?