Created
May 16, 2012 00:39
-
-
Save nicerobot/2706334 to your computer and use it in GitHub Desktop.
xupl vs json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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