Created
September 17, 2025 13:49
-
-
Save gnysek/176b3e6f32a274e6c40ed107affb8dbd to your computer and use it in GitHub Desktop.
androidtest.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"welcome": "Witaj w mojej aplikacji!", | |
"menu": [ | |
{ "title": "Dashboard", "route": "/dashboard" }, | |
{ "title": "Raporty", "route": "/reports" }, | |
{ "title": "Ustawienia", "route": "/settings" } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment