Exported JSON Format - tallbl0nde/NX-Activity-Log GitHub Wiki
All play data that can be read by NX-Activity-Log is included in the exported JSON (i.e. the system's data and any imported data).
The JSON has the following format
exportString
: Timestamp of export in human readable formatexportTimestamp
: Timestamp of export in POSIXexportVersion
: Version of NX-Activity-Log that exported the datausers
: Array of users on the systemid
: Unique ID of username
: Username of usertitles
: Array of titles played by the userevents
: Array of play events for the title by the user (see libnx/switchbrew for an explanation of these)clockTimestamp
: Timestamp in POSIX of eventsteadyTimestamp
: Timestamp of a 'steady' clock, used to calculation duration between events as the clock may changetype
: Type of play event
id
: Unique ID of title (otherwise known as Title ID or Program ID)name
: Name of title (in system's locale)summary
: Object containing summary of play stats for the title by the userfirstPlayed
: Time in POSIX of first playlastPlayed
: Time in POSIX of last playlaunches
: Number of times the game was launchedplaytime
: Playtime in seconds