rmg66
rmg66
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
i used linq to fix it... love linq
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
I finally found the issue in my code, an index for a combobox was not being created correctly
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
thank you.. taking a break to rest my brain
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
my issue must be then how I am retrieving it later
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
so easy to get confused with nesting
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
so the json is correct after all
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
yes, each is under a different scraper
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
or the serialization is using the wrong reference, but I don't see that in my code
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
i wanted to avoid as much third party in my program as I could
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
maybe I should try newtonsoft.json and see if the behavior continues or not... maybe it's a cache issue of some sorts?
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
seems weird.... I dunno, I'm no expert lol
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
should be Title, not ScreenShot
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
but it's correct in the dictionary
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
so in the new string "mastersystem":{"ImageSource":"Screenshot" is wrong
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
in the newJsonString
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
Imagesource should be Title
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
newJsonString "{\"ArcadeDB\":{\"mame\":{\"ImageSource\":\"Screenshot\",\"LogoSource\":\"Clear Logo\",\"BoxSource\":\"Cabinet\",\"VideoSource\":\"Standard\"},\"mastersystem\":{\"ImageSource\":\"Title\",\"LogoSource\":\"Clear Logo\",\"BoxSource\":\"Cabinet\",\"VideoSource\":\"Standard\"}},\"EmuMovies\":{\"mame\":{\"ImageSource\":\"Screenshot\",\"LogoSource\":\"Clear Logo\",\"BoxSource\":\"Box 2D\",\"CartridgeSource\":\"Cartridge\",\"VideoSource\":\"Standard\"},\"mastersystem\":{\"ImageSource\":\"Screenshot\",\"LogoSource\":\"Clear Logo\",\"BoxSource\":\"Box 2D\",\"CartridgeSource\":\"Cartridge\",\"VideoSource\":\"Standard\"}},\"ScreenScraper\":{\"mame\":{\"ImageSource\":\"Screenshot\",\"LogoSource\":\"Clear Logo\",\"BoxSource\":\"Box 2D\",\"VideoSource\":\"Standard\"},\"mastersystem\":{\"ImageSource\":\"Screenshot\",\"LogoSource\":\"Clear Logo\",\"BoxSource\":\"Box 2D\",\"VideoSource\":\"Standard\"}}}" string
newJsonString "{\"ArcadeDB\":{\"mame\":{\"ImageSource\":\"Screenshot\",\"LogoSource\":\"Clear Logo\",\"BoxSource\":\"Cabinet\",\"VideoSource\":\"Standard\"},\"mastersystem\":{\"ImageSource\":\"Title\",\"LogoSource\":\"Clear Logo\",\"BoxSource\":\"Cabinet\",\"VideoSource\":\"Standard\"}},\"EmuMovies\":{\"mame\":{\"ImageSource\":\"Screenshot\",\"LogoSource\":\"Clear Logo\",\"BoxSource\":\"Box 2D\",\"CartridgeSource\":\"Cartridge\",\"VideoSource\":\"Standard\"},\"mastersystem\":{\"ImageSource\":\"Screenshot\",\"LogoSource\":\"Clear Logo\",\"BoxSource\":\"Box 2D\",\"CartridgeSource\":\"Cartridge\",\"VideoSource\":\"Standard\"}},\"ScreenScraper\":{\"mame\":{\"ImageSource\":\"Screenshot\",\"LogoSource\":\"Clear Logo\",\"BoxSource\":\"Box 2D\",\"VideoSource\":\"Standard\"},\"mastersystem\":{\"ImageSource\":\"Screenshot\",\"LogoSource\":\"Clear Logo\",\"BoxSource\":\"Box 2D\",\"VideoSource\":\"Standard\"}}}" string
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
next code line serializes to a string, which has wrong info
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
this is correct
38 replies
CC#
Created by rmg66 on 9/14/2024 in #help
Issue with JSON serialization of a nested dictionary
No description
38 replies