Hi Eli, read-from-string doesn't decode. You need to time > decode-coding-string when the string is the entire JSON. > Can you elaborate? Both json-parse-string and read-from-string do the same from my point of view -> convert string to elisp data structure with read-from-string being 3times faster. Thanks, Ivan