Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jspで次の文字列応答を作成しています
[[[1,2,3,4],[5,6,7,8]],[[9,10,11,12],[13,14,15,16]]]
jquery でこの応答を取得し、
しかし、私はそれを1D配列として取得しています。そのような配列のみが必要です
レスポンス json をエンコードしてから使用します
var obj = jQuery.parseJSON(response);