I have a simple c# library (myLib.dll) that can be registered to applications. It can be used as a plug-in. Now i would like to use the json.net library from Newton King, but i do not want to have 2 .dll that i have to send around.
Is there a way to use json.net and somehow embed the .dll into myLib.dll that in the end i have only my .dll?
Edit: to clerify: Is it allowed to merge the jsonNET.dll with my own myLib.dll so that only myLib.dll will be visible as a file?
ok it has the MIT License: http://json.codeplex.com/license