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.
私はGroovy1.7でGrails1.3.4を使用しており、pogoをjsonに変換しようとしています。私が見た例はどれも私のシナリオに完全には適合していません。
class NameAndFields { String name String fields = [] }
NameAndFieldsをjsonに変換したいと思います。誰かが私にこれの例を教えてもらえますか?JsonBuilderを使用する必要がありますか?