jstruct icon indicating copy to clipboard operation
jstruct copied to clipboard

Implement a small library on top of this to pass in jstruct stored in req.body

Open sebinsua opened this issue 9 years ago • 1 comments

If you could pass in the formatting data from within req.body you could access the data layer in the format that the client prefers.

There is an opportunity here to create something similar to Facebook's effort with GraphQL, however:

  1. JSON-first.
  2. Handling (1) data fetching separately in the code from (2) data representation and data transformation.
  3. Not needing custom libraries to be created for every single database.

sebinsua avatar May 19 '15 10:05 sebinsua

:+1:

ganarajpr avatar May 20 '15 10:05 ganarajpr