AntonShuvaev / intellij-dynamodb

DynamoDB plugin for Intellij IDEA and other JetBrains IDEs
https://plugins.jetbrains.com/plugin/18896-dynamodb
16 stars 0 forks source link

JSON import fails to read file with single null value #22

Closed jpJuni0r closed 1 year ago

jpJuni0r commented 1 year ago

Importing the following file throws an exception.

{
  "key": null
}
Screenshot 2023-01-15 at 22 34 07
jpJuni0r commented 1 year ago

I guess it's somewhat my fault, as I selected the "DynamoDB JSON" importer instead of "JSON".

But when I manually select "JSON", I also get an error named "Wrong file format".

AntonShuvaev commented 1 year ago

Fixed with 2023.1.0