Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

JSON files - missing fields

  • How to deal with fields that are in our struct but are missing from the JSON?

  • Return Result<Error> and handle it or let it panic!.

  • Set a default value.

  • Make the value optional with Option.