HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. nani
    3. Posts
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: search in array of objects

      I know similar questions have been asked before, but this one is a little different. I have an array of unnamed objects, which contain an array of named objects, and I need to get the object where "name" is "string 1". Here is an example array.

      var array = [
      { name:"string 1", value:"this", other: "that" },
      { name:"string 2", value:"this", other: "that" }
      ];

      posted in General Questions
      N
      nani