I have this json object that I can access the elements/nodes using intellisense from within the method but I can't access them outside of it. How do you still make the intellisense work when typing it outside the method? I'm using net core 3.1.
Edit: I've got a dirty alternative to this. If you know a better one let me know it.