Skip to content

zN3utr4l/ErrorNpgsql-ListOfLists-Jsonb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Setup PostgreSQL at 127.0.0.1:5432
  • Run Update-Database
  • Open your DB (Pg-Admin) and insert manually the json in the table my_entity **
  • Run App
  • Navigate to https://localhost:7012/error-jsonb

image image image image

JSON :

[
   [
      {
         "Key":"Test",
         "Value":"0"
      },
      {
         "Key":"Test2",
         "Value":"0"
      }
   ],
   [
      {
         "Key":"Test",
         "Value":"650"
      },
      {
         "Key":"Test2",
         "Value":"150"
      }
   ]
]