問題タブ [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.

0 投票する
2 に答える
268 参照

java - Groovy を使用して JSON オブジェクト内の値の型を取得する

チェックしたい次のJSONオブジェクトがあります

各キーを反復処理し、Groovy を使用して型を確認します。たとえば、id - java.lang.Integer、docType - java.lang.String、values.color - java.lang.String、オブジェクト内の verNum です。配列内は java.lang.Integer になります

いくつかの異なる方法を検索しましたが、私の場合、それらのほとんどは機能しません。それらの 1 つは、上記のコードのようにコメントされています。

どんな提案でも大歓迎です!