From fc3a4d18c4fe100344d4f35b413b0aca3eec6329 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 18 Dec 2012 01:55:22 -0800 Subject: [PATCH] Updated Related Projects (markdown) --- Related-Projects.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Related-Projects.md b/Related-Projects.md index 4acd80d..b59fa9e 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -3,6 +3,8 @@ * [mruby-uv](https://github.com/mattn/mruby-uv) Binding for [libuv](https://github.com/joyent/libuv) by [mattn](https://github.com/mattn) * [mrb-http](https://github.com/mattn/mruby-http) Binding for [http-parser](https://github.com/joyent/http-parser) by [mattn](https://github.com/mattn) * [mruby-md5](https://github.com/mattn/mruby-md5) MD5 digest function by [mattn](https://github.com/mattn) +* [mruby-json](https://github.com/mattn/mruby-json) JSON encoder/decoder using parson by [mattn](https://github.com/mattn) +* [mruby-sqlite3](https://github.com/mattn/mruby-sqlite3) SQLite3 database driver using parson by [mattn](https://github.com/mruby-sqlite3) ## Web Interfaces