JSON Encode and Decode August 25, 2020 Code Snippets 0 Comments 1242 Views JSON is a text-based data format that commonly used to store or transmit data objects between systems. JSON consist of collection of name/value pairs and an ordered list of values. No.Programming language1.PHP2.Python
Generate SHA-1 Hash SHA-1 is a cryptographic hash function that accepts a string of any length and returns...
Check if String Contains Substring While working with data filtering, sometimes we may need to check if a string contains...
Convert Octal String to Decimal Number A octal number system is a numeral system with 8 as the base. It uses...
Leave a Comment
Cancel reply