Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 734 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 734 Bytes

has

Build Status

has (hash, array, scalar) is a C library for people used to dynamic languages.

Currently it's in an unfinished, not completely documented and buggy state. Don't use it in production.

Features:

  • No dependencies
  • Works with arbitrary keys and strings
  • Support for zero-copy of string data

has_json

Additional module to make conversion between has and JSON encoded strings.

Features:

  • Only depends on jsmn (included), easily embedded.
  • Support for UTF-8 string handling.
  • Support for zero-copy of strings data when parsing JSON (except when decoding is requested and necessary).