Posts by Yuri Nassaro • 1 point
2 posts
-
0
votes1
answer43
viewsA: How do I access this Json?
console.log(action.payload.data.success.data[0]) const INITIAL_STATE = {list: []} export default (state = INITIAL_STATE, action) => { switch (action.type) { case 'CONTRIBUINTES_FETCHED':…
-
0
votes1
answer43
viewsQ: How do I access this Json?
{ "success": { "data": [ { "IdContribuinte": "1", "IdContribuinteTributario": "1", "IdUsuarioAnalisando": null, "DataAtualizacaoTributario": null, "DataImportacao": "2018-01-12 14:09:26.507",…