superjson
superjson copied to clipboard
Add Buffer Support
This would add support for Buffers as values. These would work like the Map, Set, and Date with no additional code for SJSON.
Possible Issues:
- Buffers are a Node class so there will need to be some level of cross compatibility between browsers and Node. This could be done using typed arrays.