summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/eval/value_cache/mixed.json
blob: 74c840d83b8bba1cceae140ac14209a2a897d227 (plain) (blame)
1
2
3
4
5
6
{
    "dimensions": ["x","y"],
    "cells": [
        { "address": { "x": "foo", "y": "0" }, "value": 1.0 },
        { "address": { "x": "foo", "y": "1" }, "value": 2.0 }]
}