You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per title, not an issue report, but something that might help with both getting Smile encoded data and verifying Smile decoding. I am writing a silly little webapp that can do "blind" transformations between data formats Jackson supports (N x N). Specifically it can be used to transform from JSON, XML and YAML into Smile and back:
and so can create Smile encoded documents from say JSON. It can also be used to transform from Smile to JSON to see if encoding is correct.
There isn't yet anything in a way to configure Smile settings but maybe this would be useful at any rate.
The text was updated successfully, but these errors were encountered:
As per title, not an issue report, but something that might help with both getting Smile encoded data and verifying Smile decoding. I am writing a silly little webapp that can do "blind" transformations between data formats Jackson supports (N x N). Specifically it can be used to transform from JSON, XML and YAML into Smile and back:
https://github.com/cowtowncoder/Jackformer
and so can create Smile encoded documents from say JSON. It can also be used to transform from Smile to JSON to see if encoding is correct.
There isn't yet anything in a way to configure Smile settings but maybe this would be useful at any rate.
The text was updated successfully, but these errors were encountered: