Questions tagged as 'lodash'

2
answers

How to group and filter fields with JS

I'm trying to get the following result using lodash: [ { "idpai": 1, "pai": "joao", "mae": "maria", "filhos": [ {"id": 1, "nome": "joaozinho"}, {"id": 2, "nome": "pedrinho"} ] } ] with the following code: var li...
asked by 20.09.2018 / 21:34