Kapil Arya created MESOS-3114:
---------------------------------
Summary: Simplify JSON::* by providing "jsonify" along the lines
of "stringify"
Key: MESOS-3114
URL: https://issues.apache.org/jira/browse/MESOS-3114
Project: Mesos
Issue Type: Task
Reporter: Kapil Arya
Assignee: Kapil Arya
We want to be able to do things like:
{code}
JSON::Value number1 = 25;
JSON::Number number2 = 26;
EXPECT_NE(number1, number2);
EXPECT_EQ(jsonify(12), number1);
EXPECT_EQ(jsonify(12), number2);
{/code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)