I love what you did with the plugins. Watching those New Features videos are like a candy-store to me. Haha… 😉 It's really inspiring to see what I can develop next! Thanks for all the hard work, Christian! And thanks for sharing these videos!
@EdwinvandenAkker5 ай бұрын
20:30 A nice functionality in the JSON plugin is accepting incompatible values, like FolderItem, Color, DateTime, etc… by accepting the value, convert it to a string value. • Color could be converted to a HEX value • DateTime could be converted to a SQLDateTime string, or an empty string if the DateTime value is Nil. • DateTime could alternatively be converted to a number _(UNIX timestamp)_ • FolderItem could be converted to a ShellPath, or something like that. This results in valid JSON data, that can be easily converted back to the original FolderIrem-, Color- and DateTime values.