jsonic4android
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:It is a Eclipse library project of the derivative JSONIC, a json library, for Android 1.6 or later.
# Eclipse Android Library Project of JSONIC 1.2.10 for Android 1.6 or later.

Original code of JSONIC JSON Library is developed by Hidekatsu Izuno at http://jsonic.sourceforge.jp

It is easy to understand how to use the JSONIC JSON Library just browsing the sample code at the above site, I guess.

It is a derivative version, so that please never send your question to the original author.
Please check the "Contact Information" section of this file.

## Usage
1. $ git clone -b release_1.2.9 git://github.com/YasuhiroABE/jsonic4android.git
2. Select "Import ..." at the Eclipse menu.
3. Select "Existing Projects into Workspace."
4. Add check at  "Copy projects into workspace," then click the "Finish" button.
5. After that, add the jsonic4android as a library at Library section of "Android" page of your project's properties.

## Environment
This project is tested with Eclipse 3.6, Helios.

## Contact Information
Please, contact me  with any questions, comments, suggestions, or problems.

## Acknowledgments
The JSONIC JSON Library is developed by Hidekatsu Izuno.

## License
All files are licensed under the same license as the original JSONIC 1.2.9; Apache License,Version 2.0.

My part of codes are licensed under as the following license;

     Copyright (C) 2011-2012 Yasuhiro ABE 
     
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.

______

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。