Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
4 years agoCreating new item
I am testing the CLI functionality for creating a new database item. I followed the examples and suggestions here in the knowledge base, but still continue to get "error decoding JSON (invalid chara...
Former Member
4 years agoI was able to create the item locally using the json you provided and the same command what you provided: op create item Database --template=dbase.json
The error suggests there is an encoding issue in the json that you are providing to the command. Is it possible to run the json file you have through a json validation tool? This may help fix any issues with the json that are causing the error.
Let me know if validating the json helps.