Skip to content
Snippets Groups Projects
llsdutil.cpp 29.7 KiB
Newer Older
                    if (!filter["*"].asBoolean())
                        continue;
                }
                else
                {
                    continue;
                }
            }
            shallow[value_pair.first] = value_pair.second;
        }
    }
    else if (value.isArray())
    {
        shallow = LLSD::emptyArray();
        for (const auto& llsd_val : value.array())