I'm trying to evaluate servicestack.text in tamarin project. I've created test iOS app and added to packages ServiceStack.Client 4.0.35 However it fails with exception on this simple code: var t = new List { "a", "b" }; var s = JsonSerializer.SerializeToString (t);
The exception is in LicenseUtils, JsConfig. Do I need to purchase a license in order to evaluate it?