yajl-objc
JSON parser framework
An Objective-C framework providing an interface to parse and generate JSON data
Objective-C bindings for YAJL (Yet Another JSON Library) C library
669 stars
16 watching
113 forks
Language: C
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
brianmario/yajl-ruby | A C-based JSON parsing and encoding library for Ruby | 1,479 |
lloyd/yajl | A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. | 2,156 |
ohler55/ojc | A lightweight C implementation of optimized JSON parsing and processing. | 34 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 862 |
yamafaktory/jql | A tool for querying and manipulating JSON data using a simple, intuitive syntax. | 1,524 |
ocaml-community/yojson | A library that parses and pretty-prints JSON data into an OCaml tree data structure | 328 |
tree-sitter-grammars/tree-sitter-objc | An Objective-C grammar for parsing the language used in iOS and macOS applications. | 14 |
jech/cl-yacc | A Common Lisp implementation of the Yacc parser generator tool | 57 |
mirek/yaml.framework | A framework for parsing and serializing YAML data in Objective-C. | 244 |
ocaml-ppx/ppx_deriving_yojson | A tool that generates JSON serialization and deserialization functions for OCaml types | 157 |
esteve/ros2_objc | An implementation of ROS2 using Objective C on multiple platforms | 30 |
mitchellh/zig-objc | Enables direct interaction between Zig and Objective-C. | 191 |
magic003/objc | Provides Objective-C Runtime bindings to allow Vlang programming on top of Objective-C frameworks | 8 |
bertrand/handlebars-objc | An Objective-C implementation of the Handlebars.js templating system | 255 |
elgs/gojq | A Go library for querying and manipulating JSON data | 191 |