| Projects on Google Code | Results 1 - 10 of 631 |
A simple JSON parser and serializer written in Java.
{{{
JsonParser parser = new JsonParser();
Map object = parser.parseObject("{\"a\": 1, \"b\": true}");
List array = parser.parseArray("[4,3,false,null,[],{}]");
String string = parser.parseString("\"hello world\"");
Number number = parse...
gae-json-rest let you use REST (Representative State Transfer) to access your data. POST creates a new object and returns it with the server-generated id, PUT updates an existing object, DELETE removes it, and GET either returns an array of objects (optionally using a query) or the specific object.
...
=A fast and secure JSON parser in JavaScript=
This JSON parser does not attempt to validate the JSON, so may return a result given a syntactically invalid input, but does not use {{{eval}}} so is deterministic and is guaranteed not to modify any object other than its return value.
----
Ther...
The goal of the plugin is to make the task of paging picture something simple and fast (very fast) in all client-side.
Imagine that your thumbs gallery has over 2,000 images. How to make a layout of these images efficiently and quickly?
The idea is based on 2 assumptions:
1.JSON is very fast.
2....
JSON engine of VBScript based ASP server technology, served on it's deficiency of processing speciality. Also there have been like these projects put they had some deficiencies. For instance
* find result late
* difficult application
* don't support full UNICODE
* don't compatible with...
=RSoft Web - 2009=
==Under GPL License==
This Json Converter parses ASP3 Objects .
Your Classes must have a function named reflect
To more examples, see wiki in [http://code.google.com/p/asp3tojson/w/list]
{{{
Class Person
public name
public age
public anotherObjec...
JSON,
ASPJson,
Classic,
Javascript,
JsonConverter,
asp3tojson,
asp3-to-json,
ASPClassic,
ASP3,
ClassicASP,
AJAXaspclassic,
ASPRPClibrary,
ASP3RPClibrary,
ASPClassicRPClibrary,
ASP
This open source library aims to help the implementation of JSON-RPC clients in android applications.
The library provides a simple API to perform JSON-RPC service calls from an android device.
[http://json-rpc.org/ JSON-RPC] is a lightweight cross-language remote procedure call protocol that si...
Client and server library to support JSON-RPC over XMPP (jabber). Uses jabsorb (http://jabsorb.org) to provide JSON-RPC and Smack (http://www.igniterealtime.org/projects/smack/) for XMPP communication.
Future plans include javascript client and server libraries for java-js and js-js RPC.
Note:...
a simple json-rpc implementation in java. target is to support only json-rpc over http and therefore keep it simple. json-rpc is a lightweight rpc protocoll which uses json for messages.
if you have questions or feddback you can ask by writing to chrigi at kerbtier dot ch
[http://kerbtier.ch/j...
A easy client for handle JSON-RPC requests.
* Based on TouchJSON
* Tested with [http://framework.zend.com/manual/en/zend.json.server.html Zend_Json_Server]