object-flatify
Transforms complex nested objects and arrays into a single-level structure, including array indices in the column names. This conversion simplifies the representation of hierarchical data, making it easier to work with in tabular formats. By flattening th
@kishor82/jsonflat
A lightweight JavaScript library to flatnested JSON objects into a single-level structure.
net-serializer
Type aware object serializer for sending structured data efficiently over network. Uses template object to describe which properties will be serialized into binary data buffer.