Skip to content

Instantly share code, notes, and snippets.

@greystate
Created January 23, 2015 12:52
Show Gist options
  • Select an option

  • Save greystate/05c94565e27aa6a768df to your computer and use it in GitHub Desktop.

Select an option

Save greystate/05c94565e27aa6a768df to your computer and use it in GitHub Desktop.
I'll just let this sit here for eternal scrutiny... :-)
{
"fieldsets": [
{
"alias": "contactInfo",
"disabled": false,
"properties": [
{
"alias": "value",
"value": "Lukket"
},
{
"alias": "key",
"value": "Mandag"
}
]
},
{
"alias": "contactInfo",
"disabled": false,
"properties": [
{
"alias": "key",
"value": "Tirsdag - onsdag"
},
{
"alias": "value",
"value": "12:00 - 18:00"
}
]
},
{
"alias": "contactInfo",
"disabled": false,
"properties": [
{
"alias": "key",
"value": "Torsdag"
},
{
"alias": "value",
"value": "10:00 - 18:00"
}
]
},
{
"alias": "contactInfo",
"disabled": false,
"properties": [
{
"alias": "key",
"value": "Fredag"
},
{
"alias": "value",
"value": "10:00 - 18:30"
}
]
},
{
"alias": "contactInfo",
"disabled": false,
"properties": [
{
"alias": "value",
"value": "09:30 - 14:00"
},
{
"alias": "key",
"value": "Lørdag"
}
]
}
]
}
<?xml version="1.0" encoding="UTF-8"?>
<fieldsets>
<contactInfo>
<disabled>false</disabled>
<key>Mandag</key>
<value>Lukket</value>
</contactInfo>
<contactInfo>
<disabled>false</disabled>
<key>Tirsdag - onsdag</key>
<value>12:00 – 18:00</value>
</contactInfo>
<contactInfo>
<disabled>false</disabled>
<key>Torsdag</key>
<value>10:00 – 18:00</value>
</contactInfo>
<contactInfo>
<disabled>false</disabled>
<key>Fredag</key>
<value>10:00 – 18:00</value>
</contactInfo>
<contactInfo>
<disabled>false</disabled>
<key>Lørdag</key>
<value>09:30 – 14:00</value>
</contactInfo>
</fieldsets>
@rasmushjulskov
Copy link

Anything wrong with the following: https://gist.github.com/Rhjulskov/0918aba08aaf3ff3fab1 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment