fork download
  1. echo '{
  2. "src4_addr" : "10.10.10.10",
  3. "dst4_addr" : "11.11.11.11",
  4. "in_bytes" : 70,
  5. },' | sed '/in_bytes/ s/,//g'
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
{
    "src4_addr" : "10.10.10.10", 
    "dst4_addr" : "11.11.11.11",
    "in_bytes" : 70
},