drobilla / serd

A lightweight C library for RDF syntax
https://gitlab.com/drobilla/serd
ISC License
88 stars 16 forks source link

add support for hex tuples #44

Open loki42 opened 2 months ago

loki42 commented 2 months ago

Hex Tuples are easy to read / parse new line delimited json RDF representation. This makes it easy for any language that can parse JSON to parse the output of something using Serd.

I'll code this.