lokalise / node-lokalise-api

Lokalise API v2 Node.js client.

Home Page:https://lokalise.github.io/node-lokalise-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I get language specific json via api?

hckang80 opened this issue · comments

Can I get json directly, not zip format?
How can I get it in the form of this response?

I want to requested response format:

// en.json
{
  "key1": {},
  ...etc
}