I have created a basic login page with username, password input fields and a button. Also created a .json file which contains username and password. Now when I open login page, instead of typing username and password manually in the fields, those input fields should read from locally created .json file. How can I solve this?
Please help me get this answer. Thanks in Advance!