v0.6.1 and jsmn.c

Hi guys,
I tried to switch to v0.6.1 code base today and my app no longer compiles.
In my code I use jsmnSpark json library. With v0.6.0 my code compiles without any errors but starting from v0.6.1 compiler complains about multiple definitions of jsmn_init(). It looks like v0.6.1 started to expose the internal json library. In previous versions it was somehow hidden and did not collide with my code.

Short research reveals that internal jsmn is a little bit different than the orginal.

Do any of you have any comments regarding this issue? Is it ok to start using the internal json library inside the application itself?


/G