I think you don't need to stringify it. Also are you missing some semi colons at the end of each statement? And you forgot the quotes too
All you need is
platform.api.post( "parkmeDB/_table/comments", {"cool":"very"} );
I think you don't need to stringify it. Also are you missing some semi colons at the end of each statement? And you forgot the quotes too
All you need is
platform.api.post( "parkmeDB/_table/comments", {"cool":"very"} );