Skip to content
Snippets Groups Projects
Commit 556a91f2 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

json sample layout adjustment

parent b0c0977c
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,7 @@ public class DeliaRadicumFloralisObservationModel extends I18nImpl implements Mo
"\t\t\"startDateGrowth\":\"2012-03-25\",\n" +
"\t\t\"endDateCalculation\":\"2012-05-25\",\n" +
"\t\t\"pestObservations\":[\n" +
"\t\t\t{" +
"\t\t\t{\n" +
"\t\t\t\t\"timeOfObservation\":\"2012-04-20T00:00:00+02:00\",\n" +
"\t\t\t\t\"observationData\":{\n" +
"\t\t\t\t\t\"counting01\":3,\n" +
......@@ -238,7 +238,7 @@ public class DeliaRadicumFloralisObservationModel extends I18nImpl implements Mo
"\t\t\t\t}\n" +
"\t\t\t\"},\n" +
"\t\t\t{\n" +
"\t\t\t\t\"timeOfObservation\":\"2012-04-25T00:00:00+02:00\"," +
"\t\t\t\t\"timeOfObservation\":\"2012-04-25T00:00:00+02:00\",\n" +
"\t\t\t\t\"observationData\":{\n" +
"\t\t\t\t\t\"counting01\":30,\n" +
"\t\t\t\t\t\"counting02\":18,\n" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment