Skip to main content

Module profile_parser

Module profile_parser 

Source
Expand description

Hand-rolled JSON parser for the profiles.json schema.

Parses a fixed-format JSON array of profile objects into Vec<Profile>. Not a general-purpose JSON parser — understands only the field names and value types used by the profile database.

Functions§

parse_profiles_json
Parse a JSON array of profile objects from the given string input.