i have an entity called User, and instead of filling the entity manually in easyadmin, i want to upload json file to fill the form automatically with available data,
Have you looked at the Serializer Component? This can serialize and deserialize entities to and from JSON amongst other formats.