go-simplejson icon indicating copy to clipboard operation
go-simplejson copied to clipboard

Inner map can be pointer to map

Open ianic opened this issue 9 years ago • 2 comments

I'm using go-simplejson in an application for finding differences between two maps. Go-simplejson is a great tool to ease navigation through maps. I find it useful that maps could have pointers to maps at some levels. When I found two same pointers I know that those levels are the same and don't need to recurse into to find differences. Helps a lot when finding differences in large similar maps.

ianic avatar Feb 23 '16 16:02 ianic

I liked a lot this PR +1 =)

wpjunior avatar Mar 22 '16 02:03 wpjunior

I liked a lot this PR +1 =)

antsbean avatar Nov 01 '17 07:11 antsbean