Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Perka Flatpack

Compare

  No analysis available

FlatPack entity serialization library

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: apache_2

psifas

Compare

  No analysis available

A python library for parsing and building of data structures with the ability of solving simple heuristics of interdepent sub-structures. It is based on the concept of defining data structures in a declarative manner, where complex structures are composed by combining simpler ones.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: gpl3_or_l...

django-serializable

Compare

  No analysis available

Highly customizable serialization for Python and Django.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: gpl3_or_l...

Sweet Persist

Compare

  Analyzed 1 day ago

Sweet Persist is a C++ library that serializes data to and from streams in XML, JSON, Lua, and binary formats.

12.2K lines of code

1 current contributors

about 6 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Data-Dumper-Limited

Compare

  Analyzed about 18 hours ago

A reduced-functionality, increased-performance serialization module with Data::Dumper-alike output

4.01K lines of code

0 current contributors

almost 12 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

json-glib

Compare

  No analysis available

JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format described by RFC 4627.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
4.0
   
I Use This
Mostly written in language not available
Licenses: lgpl21_or...

JSON-JRuby

Compare

  Analyzed about 18 hours ago

JSON-JRuby is a port of Florian Frank's native json library to JRuby.

4.31K lines of code

0 current contributors

about 15 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: gpl, Ruby_License

luabins

Compare

  Analyzed 1 day ago

luabins — Lua Binary Serialization Library Allows to save tuples of primitive Lua types into binary chunks and to load saved data back. Luabins works with * nil * boolean * number * string * table (see below) Luabins refuses to save * function * thread ... [More] * userdata Luabins intentionally does not save or check any meta-information (versions, endianness etc.) along with data. If needed, it is to be handled elsewhere. Table serialization 1. Metatatables are ignored. 2. Table nesting depth should be no more than LUABINS_MAXTABLENESTING. 3. On table save references are not honored. Each encountered reference becomes independent object on load. [Less]

2.93K lines of code

0 current contributors

over 9 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

SuperClosure

Compare

  Analyzed 1 day ago

The SuperClosure is a wrapper for a regular PHP closure that allows serialization, code retrieval, and easy reflection. PHP closures cannot be serialized by normal means, so the SuperClosure enables serialization by using reflection and tokenizing/parsing to get all the information about the closure ... [More] it needs to recreate it. This is includes the actual code defining the function and the names and values of any variables in the use statement of the closure. [Less]

1.24K lines of code

0 current contributors

over 4 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

JSON for Ruby

Compare

  Analyzed about 18 hours ago

An implementation of the JSON specification according to RFC 4627 for Ruby. Includes a (very fast) native implementation, written in C, and a pure Ruby implementation. Also includes a GTK+ GUI tool for editing JSON. This library is part of Ruby 1.9's standard library.

12.4K lines of code

7 current contributors

1 day since last commit

1 users on Open Hub

High Activity
5.0
 
I Use This
Licenses: gpl, Ruby_License