search for: 1e3a1b3

Displaying 1 result from an estimated 1 matches for "1e3a1b3".

2014 Oct 10
4
[PATCH 1/3] Move JSON to mllib
...-> + sprintf "\"%s\" : \"%s\"" n (json_quote v) + | (n, Int v) -> + sprintf "\"%s\" : %d" n v + ) fields + ) + ^ " }" diff --git a/mllib/JSON.mli b/mllib/JSON.mli new file mode 100644 index 0000000..1e3a1b3 --- /dev/null +++ b/mllib/JSON.mli @@ -0,0 +1,26 @@ +(* virt-v2v + * Copyright (C) 2009-2014 Red Hat Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either ve...