由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 哪个JSON Library最好用呢
相关主题
AJAX framework for Javawhat's inside an java object?
Java JSON-RPC client library?spring/hibernate/ajax/web 2.0/bpel books
Object stream & serilization有啥用处?How to know the size of a java object ?
有没有完美的写configuration文件的方案有想学JSF的同行么? (确切地说 JSF+Spring+Hibernate)
要将数据同时生成JSON和XML, 应该先生成哪个,再转换成另一个anyone has experience with ZK?
where is the library for Swing objects?asp.net现在的mvc模式,很象java当年在servlet里面的doGet(),doPost()里写html code.
how to integrate java api doc with eclipnew in JSP 2.0 spec
spring creating objects depending on properties?Random thoughts on Javascript
相关话题的讨论汇总
话题: json话题: library话题: maybe话题: sure话题: 最好
进入Java版参与讨论
1 (共1页)
k***r
发帖数: 4260
1
只用过org.json,那时候只有这个,感觉一般。现在json.org上有很多,
大家推荐个decoding最好用的吧,不需要很快,容易access JSON object's
properties就行。
m******t
发帖数: 2416
2

Not sure what you mean by that - how much easier
do you need than obj.prop or obj['prop']?
8-)

【在 k***r 的大作中提到】
: 只用过org.json,那时候只有这个,感觉一般。现在json.org上有很多,
: 大家推荐个decoding最好用的吧,不需要很快,容易access JSON object's
: properties就行。

g*****g
发帖数: 34805
3
Maybe DWR is what he's looking for? I used to use that to integrate
Dojo. On client side, it can't be simpler. On server side, it does
make it transparent. json marshalling is done by the framework via
spring declaration. So you don't really need to know anything about
json at all.

【在 m******t 的大作中提到】
:
: Not sure what you mean by that - how much easier
: do you need than obj.prop or obj['prop']?
: 8-)

k***r
发帖数: 4260
4
Which library are you talking about ah? I don't remember
using it that way in org.json ... then I only used it
a few years ago. Maybe it improved?

【在 m******t 的大作中提到】
:
: Not sure what you mean by that - how much easier
: do you need than obj.prop or obj['prop']?
: 8-)

k***r
发帖数: 4260
5
Probably not. I'm not working on web UI. I'm thinking of
using a JSON file or .INI file as config file.

【在 g*****g 的大作中提到】
: Maybe DWR is what he's looking for? I used to use that to integrate
: Dojo. On client side, it can't be simpler. On server side, it does
: make it transparent. json marshalling is done by the framework via
: spring declaration. So you don't really need to know anything about
: json at all.

m******t
发帖数: 2416
6

org.json seems perfectly capable of handling that?
Or do you really have some complex object graph?

【在 k***r 的大作中提到】
: Probably not. I'm not working on web UI. I'm thinking of
: using a JSON file or .INI file as config file.

k***r
发帖数: 4260
7
I'm sure it is. Just want to find the best library
in the long list. But I'll revisit org.json for sure.

【在 m******t 的大作中提到】
:
: org.json seems perfectly capable of handling that?
: Or do you really have some complex object graph?

p****d
发帖数: 2183
8
jabsorb? 好像是org.json的升级
正在处理一些很SB的json<->javabean的事情,还成
1 (共1页)
进入Java版参与讨论
相关主题
Random thoughts on Javascript要将数据同时生成JSON和XML, 应该先生成哪个,再转换成另一个
AJAX: simple question on parameter passingwhere is the library for Swing objects?
Inject property file into a spring bean?how to integrate java api doc with eclip
Simple question: delete element from collection on condition?spring creating objects depending on properties?
AJAX framework for Javawhat's inside an java object?
Java JSON-RPC client library?spring/hibernate/ajax/web 2.0/bpel books
Object stream & serilization有啥用处?How to know the size of a java object ?
有没有完美的写configuration文件的方案有想学JSF的同行么? (确切地说 JSF+Spring+Hibernate)
相关话题的讨论汇总
话题: json话题: library话题: maybe话题: sure话题: 最好