PuRestJson icon indicating copy to clipboard operation
PuRestJson copied to clipboard

`rest-json` couldn't create

Open beamercola opened this issue 3 years ago • 4 comments

I've tried this both on Mac and a Raspberry Pi 4 after installing from "Find Externals"

Thanks!

beamercola avatar Aug 08 '20 19:08 beamercola

I've noticed issues #51 and #52 - it's possibly similar but seems those are more isolated

beamercola avatar Aug 08 '20 19:08 beamercola

Update: It randomly started working and I got it all hooked up. Restarted app and now json-decode is fine, but rest "couldn't create"

odd...

beamercola avatar Aug 10 '20 04:08 beamercola

You might need to change all [import purest_json] to a [declare -path purest_json] and maybe [declare -lib purest_json]

60-hz avatar Aug 31 '20 21:08 60-hz

Created all objects with [declare -path purest_json] Thank!

AleRamone avatar Oct 08 '22 14:10 AleRamone