samuelstroschein / inlang-plugin-json

inlang plugin to parse and serialize json resources
MIT License
9 stars 3 forks source link

feat: add serialize formating #22

Closed NilsJacobsen closed 1 year ago

NilsJacobsen commented 1 year ago

Hey folks, new update on the json plugin.

New plugin settings (stays like the old one):

export type PluginSettings = {
  pathPattern: string;
  variableReferencePattern?: [string, string];
};