You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a website, parts of it are downloaded and saved as JSON, and then the server loads and displays them.
However, I want the titles and short descriptions to be translated, so I wrote a JsonParser and JSPN Path Extractor that reads a JSON file and then extracts messages.
Hello,
I am working on a website, parts of it are downloaded and saved as JSON, and then the server loads and displays them.
However, I want the titles and short descriptions to be translated, so I wrote a JsonParser and JSPN Path Extractor that reads a JSON file and then extracts messages.
Its usage looks like below:
Unfortunately while implementing I noticed that the
Parser
class is not public.For now I have a workaround:
Ideally, this class would be public and I could import it directly from the package.
Best regards,
Kamil Breguła
The text was updated successfully, but these errors were encountered: