Commit d5cdf974 authored by jan.koester's avatar jan.koester
Browse files

test

parent bf530fc7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,13 +53,13 @@ namespace blogi {
                json_object *arr = json_object_new_array();
                
                json_object *prop1 = json_object_new_object();
                json_object_object_add(prop1, "name", json_object_new_string("address"));
                json_object_object_add(prop1, "key", json_object_new_string("address"));
                json_object_object_add(prop1, "type", json_object_new_string("text"));
                json_object_object_add(prop1, "label", json_object_new_string("Adresse/Ort"));
                json_object_array_add(arr, prop1);

                json_object *prop2 = json_object_new_object();
                json_object_object_add(prop2, "name", json_object_new_string("zoom"));
                json_object_object_add(prop2, "key", json_object_new_string("zoom"));
                json_object_object_add(prop2, "type", json_object_new_string("number"));
                json_object_object_add(prop2, "label", json_object_new_string("Zoom-Level"));
                json_object_array_add(arr, prop2);