-
Notifications
You must be signed in to change notification settings - Fork 0
π¦ Installation Guide
Fadhly Permata edited this page Mar 21, 2026
·
2 revisions
Ready to get JQL.Net up and running? It's super simple! You can grab the package and start querying your JSON in just a few seconds. π
If you're a terminal fan, just run this command in your project folder:
dotnet add package JQL.NetThe classic way! Just search for JQL.Net in your NuGet Package Manager UI and hit that Install button.
Old school but gold! Use this command in your Package Manager Console:
Install-Package JQL.NetOnce installed, make sure you see JQL.Net listed in your project's dependencies. You're now officially ready to start writing some awesome queries!
Next up, let's see how to actually use it! π Check out π First Implementation to write your first query.
Need help? Feel free to Open an Issue if something feels wonky!