@sme.up/kokos-sdk-node
    Preparing search index...

    Function parseArrayString

    • Parses a flat string with nested objects into a structured array of objects

      Parameters

      • input: string

        A string in the format "key1(value1) key2(value2)[separator]key1(value1)"

      • separator: string = ";"

        The char that will be used to split the input string. Defaults to ';'

      Returns { [key: string]: string }[]

      An array of objects with string values