How to sideload json in Rabl -


I am trying to format some data for amber - so far I have this Jason for the user with ID The list is related to

  {"user": [{"id": 1, "name": "asiet", "usertag_ids": [1,2]},}   

I want to add a brother node to the user with the data of that object. ["Id": 1, "name": "idiot", "users"): [1,2]}], "uttarag": [{" Id ": 1," name ":" aziet "..ETc ..}}

There are many users in a user backend

Anyone appreciated Also consider



Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -