Answer the question
In order to leave comments, you need to log in
Search in JSON array?
There is 1 array:
variable:Array[1]
0:Object
articulus:"01-02-01"
id:10
quantity:99
unique_id:1
Answer the question
In order to leave comments, you need to log in
variable.filter(i=>i.articulus === '01-02-01');
Returns an array with objects of the corresponding article.
UPD : Edited according to the comments from the comments.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question