74 projects tagged "JSON"
YAJL (Yet Another JSON Library) is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator. It's highly portable, data representation independent, fast, generates verbose error messages including context of where the error occurs in the input text, can parse JSON data incrementally off a stream, and is tiny.
myPatterns is a lightweight library implementing pattern matching of arbitrary data structures (not just strings) in concrete syntax notations. Default notations such as JSON are pre-defined, but users can override them with new, customized notations for their data. myPatterns is available for C and JavaScript developers, and has already been integrated with querying tools such as JSLINQ and JSONQuery.
NaturePHP is a classes wrapper using PHP's autoload to create a non-intrusive, simple, organized, and extensible library system. It is aimed at intermediate and advanced PHP developers, providing a lot of non-intrusive functionality for Web site and application development. Upcoming development will include internal library management and the ability to download/update libraries from the repository.
The PHP Code Encryption class can be used to obfuscate PHP scripts by replacing variable names. It can parse a given PHP script and replace the names of the variables it uses with more obfuscated names. The new names of the replaced variables can be retrieved by looking at a variable of the class.
XBSDB allows you to operate with data arrays in your JavaScript code like with SQL data. You can insert, delete, update, and select records, and you can use indexes to make the selection faster. JSON-based methods allow you to prepare data on one side (browser or Web server) and to load them on the other (Web server or browser). Using XBSDB allows you to move some database operations from the Web server to the client machine and to reduce number of Web server requests. XBSDB consists of two parts, one for the browser and one for the Web server. The browser part is the core; the Web server part just prepares data for exchange. The browser part is JavaScript code, and the Web server part is presented in two equivalent variants in Perl and PHP.
TimeGT is powerful life and task management software that keeps data in sync using a secure server. It offers numerous ways to organize tasks, ideas, and notes. It will suit a wide range of time management techniques used by different people. The following filters are available and can be used in any combination: a project tree of arbitrary depth; task life-cycle supporting Timing folders (supports GTD method); any number of Tags added to a task and used for filtering; and a Start and Due dates based Horizon filter. It keeps tasks up-to-date between any number of computers. Tasks are mediated through the dedicated secure Sync server, and are protected when they travel over the Internet (RSA of adequate length is used). Information is accessible everywhere.
A command line tool to output your database schema and data in diff-able form.