@halilhrm0618 said in Parse csv string I'm looking for a different code:
jsimp13:osman8:ericaxx2@freesourcecodxxes.com :sS|1{sWj*4
Π½Π΅ ΠΌΠΎΠ³Ρ ΠΏΠΎΠ²ΡΠΎΡΠΈΡΡ ΠΏΡΠΎΠ±Π»Π΅ΠΌΡ
ΠΡΠΈΠΊΡΠ΅ΠΏΠΈ ΠΏΡΠΎΠ΅ΠΊΡ Ρ ΠΏΡΠΎΠ±Π»Π΅ΠΌΠΎΠΉ
I can't make the string to JSON work even with the basic example: {"a":"b"}.
I have exactly that written in a file called test.txt.
I read it with the readfile module
then I get "{"a":"b"}".
Then string to json module fails.
@samuelnihoul said in Cannot convert basic JSON to string with the JSON module:
I can't make the string to JSON work even with the basic example: {"a":"b"}.
I have exactly that written in a file called test.txt.
I read it with the readfile module
then I get "{"a":"b"}".
Then string to json module fails.
var parsed = JSON.parse(some_string_value);
OK thanks