JsonMarshaller

openkk 13年前
     <p>JsonMarshaller 是一个使用 Java 1.5 的 JSON 数据和 Java 对象的转换库。</p>    <p>示例代码:</p>    <pre class="brush:java; toolbar: true; auto-links: false;">Book vocationCreateurs = ...; Marshaller<Book> m = TwoLattes.createMarshaller(Book.class); JSONObject o = m.marshall(vocationCreateurs);</pre>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1324206443390" target="_blank">http://www.open-open.com/lib/view/home/1324206443390</a></p>