1 write to _json
Microsoft.DotNet.XliffTasks (1)
Model\JsonDocument.cs (1)
26_json = JsonSerializer.Deserialize<Dictionary<string, string>>(text);
3 references to _json
Microsoft.DotNet.XliffTasks (3)
Model\JsonDocument.cs (3)
31writer.Write(JsonSerializer.Serialize(_json, typeof(Dictionary<string, string>), s_serializerOptions)); 35=> _json.Select(kvp => new Node(_json, kvp.Key, kvp.Value)).OrderBy(entry => entry.Id);