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.