Class UsersJson

java.lang.Object
passport.infra.json.UsersJson
All Implemented Interfaces:
Users

public class UsersJson extends Object implements Users
Implementation of the Users repository using JSON for persistence. It integrates with an in-memory repository (UsersInMemory) and handles JSON serialization/deserialization for persistence.