07-17-2014 08:13 AM
I don't like using extra packages as it means that every developper needs to install them, so I avoid them where posible.
Also the attached snippet takes a complete JSON string and populates a partial cluster, not a partial string and populate a complete cluster (though I've not isntalled it to see if it would do that).
07-17-2014 08:27 AM
@Richard_Ha wrote:
Also the attached snippet takes a complete JSON string and populates a partial cluster, not a partial string and populate a complete cluster (though I've not isntalled it to see if it would do that).
It'll work in either direction:
I don't like using extra packages as it means that every developper needs to install them, so I avoid them where posible.
VIPM packages make install easy. I usually include a subdirectory of all required packages in the source-code control of the project, so the developer can easily get going.