
JSON
文章平均质量分 76
eddle
这个作者很懒,什么都没留下…
展开
-
JSONString 源码
/* * Copyright 2002-2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.原创 2011-11-15 22:23:01 · 930 阅读 · 0 评论 -
json自定义格式化输出的对象
在json中Date格式化不符合常用的格式,针对此种方式进行扩展。在项目使用枚举的扩展器的对象的输出格式。此处给出Date的格式化输出代码以及配置: (2)创建一个自定义json格式化输出的对象的类此类必须实现JsonValueProcessor 的接口,同时实现类中的各种方法两个方法: package cn.com.unutrip.java.json;import原创 2011-11-15 16:26:50 · 4691 阅读 · 0 评论 -
JSONArray 源码
/* * Copyright 2002-2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.原创 2011-11-15 22:21:07 · 5655 阅读 · 0 评论 -
JSONObject 源码
/* * Copyright 2002-2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.原创 2011-11-15 22:22:16 · 19952 阅读 · 1 评论 -
JSONFunction 源码
/* * Copyright 2002-2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.原创 2011-11-15 22:28:55 · 789 阅读 · 0 评论 -
JSON 源码
/* * Copyright 2002-2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.原创 2011-11-15 22:25:51 · 3069 阅读 · 0 评论 -
JSON(JavaScript Object Notation)
JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript Programming Language,Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C原创 2011-11-13 23:06:13 · 1409 阅读 · 3 评论