Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
None
Description
echo -n '{"hello": "world"}' > test.json
|
./json-to-bson test.json # works
|
echo '{"hello": "world"}' > test.json
|
./json-to-bson test.json # does not work
|