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.
Flex 4.6 でビルトインの JSON パッケージを使用していますが、出力を適切にフォーマットするにはどうすればよいですか (4 つのスペースでインデントする、各オブジェクトを新しい行に配置するなど)。
最後のパラメーターは、スペースを挿入するために使用されます。
JSON.stringify(object, null, 4);