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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -