target / libdart

A High Performance, Network Optimized, JSON Library
Other
82 stars 9 forks source link

Adding a (currently) experimental pure C interface #25

Closed Cfretz244 closed 5 years ago

Cfretz244 commented 5 years ago

Implemented on top of the C++ interface, currently still requires exceptions/rtti and must be linked as such, but otherwise can be used by anything capable of linking against C, which is everything. Added primarily to make higher level language bindings more feasible, as linking against a template library is.... challenging. Trying this again as GitHub got confused with the required checks last time.