rsyslog / libfastjson

a fast json library for C
Other
54 stars 32 forks source link

Add API to duplicate a json object #135

Open rgerhards opened 7 years ago

rgerhards commented 7 years ago

PR https://github.com/json-c/json-c/pull/290 exists for json-c. Approach is interesting, but performance-hungry. We should consider if we need this API and, if so, if we need better performance (aka other implementation).