appy-one / acebase

A fast, low memory, transactional, index & query enabled NoSQL database engine and server for node.js and browser with realtime data change notifications
MIT License
491 stars 27 forks source link

Strings not serialized properly by exportNode #165

Closed appy-one closed 1 year ago

appy-one commented 1 year ago

Strings with backslashes (\) and control characters other than \n are not serialized properly by exportNode. This results in invalid JSON being written by db.ref('data').export(..)

Will be fixed once #163 is merged (see commit https://github.com/appy-one/acebase/pull/163/commits/bc3d77c42273fcebf2601b77da4969bdf264dfe8)