Using homebrew to manage my nodejs install helps get around the need to sudo
etc.
To upgrade, install the next version (brew update
first) -- e.g. go from v5 to v6:
$ node -v
v5.12.0
Using homebrew to manage my nodejs install helps get around the need to sudo
etc.
To upgrade, install the next version (brew update
first) -- e.g. go from v5 to v6:
$ node -v
v5.12.0
using System; | |
using System.IO; | |
using System.Messaging; | |
using System.Text; | |
using Newtonsoft.Json; | |
public class JsonMessageFormatter : IMessageFormatter | |
{ | |
private static readonly JsonSerializerSettings DefaultSerializerSettings = | |
new JsonSerializerSettings { |