Answer the question
In order to leave comments, you need to log in
How to take data from one file and replace it in another?
I have two files: accounts.json and info (any extension).
The accounts.json file contains the “email”, “password” data:
[{"email": "example_email", "password": "example_password"},
{"email": "example_email", "password": "example_password"},
{"email": "example_email", "password": "example_password"},
…}]
Email:
[email protected]
[email protected]
…
Password:
password
Login: [email protected]
Password: password
Login: [email protected]
Password: password
…
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question