-
Hello all! I simply need to be able to upload JSON files to the Spike so it can be read by a file and used. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
We don't have file system support on SPIKE Prime. But since Python's |
Beta Was this translation helpful? Give feedback.
We don't have file system support on SPIKE Prime. But since Python's
dict
andlist
are very similar to JSON you should be able to copy and paste the JSON into Python files (with some small modifications to assign it to a variable) and make it work that way.