datahookinc / trigger

An opinionated React state management system based on data-oriented design principles
0 stars 0 forks source link

Add a toJson() utility function #97

Open datahookinc opened 1 month ago

datahookinc commented 1 month ago

This will return the entire table as JSON for easy serialization.

datahookinc commented 1 month ago

This is a convenience function that will drop the internal "_id" when sending back the JSON.