Skip to content

Instantly share code, notes, and snippets.

@nicerobot
Created May 16, 2012 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicerobot/2706334 to your computer and use it in GitHub Desktop.
Save nicerobot/2706334 to your computer and use it in GitHub Desktop.
xupl vs json
Agile Keychain Entry
{
"title" : "dave @ AWS login",
"locationKey" : "perfora.net",
"encrypted" : "...",
"typeName" : "webforms.WebForm",
"securityLevel" : "SL5",
"openContents" : {
"createdAt" : 1216012929,
"passwordStrength" : 100,
"updatedAt" : 1216012929,
"usernameHash" : "...",
},
"location" : "https://webmailcluster.perfora.net:443/xml/webmail/Login",
"uuid" : "0A522DFCAE6442D991145BC76E55D343",
"folderUuid" : "A90D66D1A4E34481BDF03DDEA9F511AC"
}
As xupl:
entry
title : "dave @ AWS login"
locationKey : "perfora.net"
encrypted : "..."
typeName : "webforms.WebForm"
securityLevel : "SL5"
openContents createdAt 1216012929,
passwordStrength 100,
updatedAt 1216012929,
usernameHash "..."
location : https://webmailcluster.perfora.net:443/xml/webmail/Login
uuid : "0A522DFCAE6442D991145BC76E55D343"
folderUuid : "A90D66D1A4E34481BDF03DDEA9F511AC"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment