User Ratings

★★★★★
★★★★
★★★
★★
25
2
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • Well working, small library. Just the licence could be LGPL or similar to be possible to ship with a proprietary product.
  • A very simple, yet powerfull JSON library. Has all of the needed core features - nothing more, nothing less.
  • Thank you for your library. It's nice library! but.. Then thread status printed message KeyNotFoundException log so, I suggest fix code in function IndentDepth int tid = ThreadId; try { return IndentDepthCollection[tid]; } catch (KeyNotFoundException) { return 0; } to int nValue = 0; IndentDepthCollection.TryGetValue(ThreadId, out nValue); return nValue; Thank you!
  • I have used this program for and it is great. It is good to have apps available when the computer you are working on doesn't have that type of app installed.
    1 user found this review helpful.
  • terrific program
  • Superb
    5 users found this review helpful.
  • Well done
    5 users found this review helpful.
  • Super! I love it!
    5 users found this review helpful.
  • Cool!
    5 users found this review helpful.
  • Really nice project! Thanks a lot!
    5 users found this review helpful.
  • very good project, thanks!Good,good,good.+1
  • Really amazing and useful tool. It helps much.
  • Check out the feature to adopt a more friendly user interface!
    4 users found this review helpful.
  • Great tool for developers and not only developers!
    5 users found this review helpful.
  • Great tool for developers and not only developers!
  • This project is dead? Can anyone provide something similar to this?
  • Very good work! Thank you very much!
    1 user found this review helpful.
  • simply the best open source software.
  • Just a great tool. After a new installation of windows one of the first tools i always install
    2 users found this review helpful.
  • Also, check out James Newton-King for an actively developed JSON library for .Net (do a search).
  • Thanks to this stuff. I and my friend developed one service (SEO services, parsing) on this script.
  • Like it, pity they stopped.
  • Good idea, pity that it is frozen (
  • Good idea, great project.
  • Loved this DLL except that it doesn't like escaped double-quote, solidus, or reverse solidus at the end of a string value. According to http://json.org if you have a double-quote, solidus, or reverse solidus in a string value you must escape these characters by preceding them with a reverse solidus. So, the end of the string value as it goes to the parser would look like this double-quote - \"", solidus - \/", reverse solidus - \\", In each of these three cases, the parser available here throws a COM exception in my VB 2010 ASP.NET implementation. In the case of a double-quote, the message is "Index was outside the bounds of the array". In the case of solidus and reverse solidus, the message is "One of the identified items was in an invalid format"
Show next 25 reviews >