library · inferred from evidence
Json2SingleLevelMap
A utility or component in Vespa that flattens nested JSON objects into single-level dotted properties.
- Vespa YQL parameter substitution fails with 400 when passing a JSON object in POST query
Using YQL parameter substitution in a POSTed JSON query, the string form works: {"yql": "select * from sources * where wand(terms, @q_terms)", "q_terms": "{7128: 34,2622: 18}"} returns results. But passing the same value as a natural JSON o