Skip to content

Releases: datasweet/jsonmap

v1.1.2

10 Nov 11:31

Choose a tag to compare

fix nil and slice of jsonizer

28 Jan 17:04

Choose a tag to compare

v1.1.1

[fix] set slice of Jsonizer

Change API jsonmap.Set

26 Jan 13:57
bb56859

Choose a tag to compare

Before :
jsonmap.Set(path string, v ...interface{})
Remove jsonmap.SetJSON(path string, v ...*jsonmap.Json)

Now:
jsonmap.Set(path string, v interface{})

If v is *jsonamp.Json or []*jsonmap.Json, it will be correctly inserted

Merge func

28 May 15:00
b5b69fe

Choose a tag to compare

Add merge functionnality (#8)

* Add merge functionnality

* Add test

Co-authored-by: Romain Vibrac <[email protected]>

Import go module

01 May 14:57
87445be

Choose a tag to compare

Fix import failed cause we merge the last commit and update the tag.

Go modules

18 Apr 07:34
87445be

Choose a tag to compare

v1.0.6

Fix go mod name... (#7)

Add utility to escape a path

10 Apr 16:02
14fafa0

Choose a tag to compare

Export tabify with custom table writer

29 Mar 12:06
8c01528

Choose a tag to compare

v1.0.4

Export tabify with custom tablewriter. (#4)

Add a way to escape a path

13 Mar 13:52

Choose a tag to compare

* Add a way to put a '.' in the name a field. Put a \\ before it

* Add tests

Fix JsonTableWriter

27 Feb 09:40
ca31828

Choose a tag to compare

v1.0.2

Fix Jsontablewriter: must return slice of *json (#2)