function boot.janet on line 2595, column 1 (parse str) Parse a string and return the first value. For complex parsing, such as for a repl with error handling, use the parser api.
(parse "[:a :b :c]") # => [:a :b :c]