Skip to content

Releases: datasweet/jsonmap

v1.1.2

Choose a tag to compare

@charlotth charlotth released this 10 Nov 11:31

Full Changelog: v1.1.1...v1.1.2

fix nil and slice of jsonizer

Choose a tag to compare

@charlotth charlotth released this 28 Jan 17:04
v1.1.1

[fix] set slice of Jsonizer

Change API jsonmap.Set

Choose a tag to compare

@charlotth charlotth released this 26 Jan 13:57
bb56859

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

Choose a tag to compare

@charlotth charlotth released this 28 May 15:00
b5b69fe
Add merge functionnality (#8)

* Add merge functionnality

* Add test

Co-authored-by: Romain Vibrac <romain.vibrac@datasweet.fr>

Import go module

Choose a tag to compare

@charlotth charlotth released this 01 May 14:57
87445be

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

Go modules

Choose a tag to compare

@charlotth charlotth released this 18 Apr 07:34
87445be
v1.0.6

Fix go mod name... (#7)

Add utility to escape a path

Choose a tag to compare

@charlotth charlotth released this 10 Apr 16:02
14fafa0

Pull request : #5

Export tabify with custom table writer

Choose a tag to compare

@charlotth charlotth released this 29 Mar 12:06
8c01528
v1.0.4

Export tabify with custom tablewriter. (#4)

Add a way to escape a path

Choose a tag to compare

@charlotth charlotth released this 13 Mar 13:52
* Add a way to put a '.' in the name a field. Put a \\ before it

* Add tests

Fix JsonTableWriter

Choose a tag to compare

@charlotth charlotth released this 27 Feb 09:40
ca31828
v1.0.2

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