Files
suggest_results/example.json
2010-03-09 20:45:38 +02:00

6 lines
211 B
JSON

[
{title: "hello", url: "/hello", match: "hello dude"},
{title: "world", url: "/world", match: "world dude"},
{title: "foo", url: "/foo", match: "foo dude"},
{title: "bar", url: "/bar", match: "bar dude"}
];